commit | c5d1c045ab68823db53f44a1021225b78d2d0b04 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Sat Jun 01 05:45:37 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Sat Jun 01 05:45:37 2002 +0000 |
tree | cb463282574e789da2d3e0bc740a7556319999d7 | |
parent | 93b2cc4e974121ac1f7f705b3a3dbec7a2e944ab [diff] |
Slightly better docstring
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):