]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#3540: fix exception name.
authorGeorg Brandl <georg@python.org>
Mon, 11 Aug 2008 10:27:31 +0000 (10:27 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 11 Aug 2008 10:27:31 +0000 (10:27 +0000)
Doc/library/mailbox.rst

index 79fe72f78beb7f418cb6a32618027b9cecf58c9a..0a8c6dfeafe157e64554100472bb5971e0d5bde0 100644 (file)
@@ -1482,7 +1482,7 @@ The following exception classes are defined in the :mod:`mailbox` module:
    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.