mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
Slightly better docstring
This commit is contained in:
parent
93b2cc4e97
commit
c5d1c045ab
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
|
|
||||||
class MessageError(Exception):
|
class MessageError(Exception):
|
||||||
"""Base class for errors in this module."""
|
"""Base class for errors in the email package."""
|
||||||
|
|
||||||
|
|
||||||
class MessageParseError(MessageError):
|
class MessageParseError(MessageError):
|
||||||
|
Loading…
Reference in New Issue
Block a user