summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-08-11 10:27:31 (GMT)
committerGeorg Brandl <georg@python.org>2008-08-11 10:27:31 (GMT)
commitac014e9255e773e57b9c416229de996d566f8324 (patch)
tree2e642b1b3c2b97100bcaa5bc6313782fcc057ea2 /Doc
parent1e13ea94a3da9fa2b60c24ff201c5ae69791572d (diff)
downloadcpython-ac014e9255e773e57b9c416229de996d566f8324.zip
cpython-ac014e9255e773e57b9c416229de996d566f8324.tar.gz
cpython-ac014e9255e773e57b9c416229de996d566f8324.tar.bz2
#3540: fix exception name.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/mailbox.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/mailbox.rst b/Doc/library/mailbox.rst
index 79fe72f..0a8c6df 100644
--- a/Doc/library/mailbox.rst
+++ b/Doc/library/mailbox.rst
@@ -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.