diff options
Diffstat (limited to 'Lib/email')
-rw-r--r-- | Lib/email/Errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/Errors.py b/Lib/email/Errors.py index e3a3666..93485de 100644 --- a/Lib/email/Errors.py +++ b/Lib/email/Errors.py @@ -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): |