mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Slightly better docstring
This commit is contained in:
parent
93b2cc4e97
commit
c5d1c045ab
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue