From: Barry Warsaw Date: Sat, 1 Jun 2002 05:45:37 +0000 (+0000) Subject: Slightly better docstring X-Git-Tag: v2.3c1~5526 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5d1c045ab68823db53f44a1021225b78d2d0b04;p=python Slightly better docstring --- 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):