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