summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email')
-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 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):