]> granicus.if.org Git - python/commitdiff
Slightly better docstring
authorBarry Warsaw <barry@python.org>
Sat, 1 Jun 2002 05:45:37 +0000 (05:45 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 1 Jun 2002 05:45:37 +0000 (05:45 +0000)
Lib/email/Errors.py

index e3a3666d0dc1d35040406857af8d41d86d554108..93485dedff7fd52d698bed271547f136807d82dd 100644 (file)
@@ -7,7 +7,7 @@
 
 \f
 class MessageError(Exception):
-    """Base class for errors in this module."""
+    """Base class for errors in the email package."""
 
 
 class MessageParseError(MessageError):