[Python-checkins] r65639 - python/trunk/Doc/library/mailbox.rst

georg.brandl python-checkins at python.org
Mon Aug 11 12:27:31 CEST 2008


Author: georg.brandl
Date: Mon Aug 11 12:27:31 2008
New Revision: 65639

Log:
#3540: fix exception name.


Modified:
   python/trunk/Doc/library/mailbox.rst

Modified: python/trunk/Doc/library/mailbox.rst
==============================================================================
--- python/trunk/Doc/library/mailbox.rst	(original)
+++ python/trunk/Doc/library/mailbox.rst	Mon Aug 11 12:27:31 2008
@@ -1482,7 +1482,7 @@
    parameter set to ``False``), or when opening a folder that does not exist.
 
 
-.. exception:: NotEmptyErrorError()
+.. exception:: NotEmptyError()
 
    Raised when a mailbox is not empty but is expected to be, such as when deleting
    a folder that contains messages.


More information about the Python-checkins mailing list