summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/email/Errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/Errors.py b/Lib/email/Errors.py
index e3a3666d0d..93485dedff 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):