From: Georg Brandl Date: Mon, 11 Aug 2008 10:27:31 +0000 (+0000) Subject: #3540: fix exception name. X-Git-Tag: v2.6b3~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac014e9255e773e57b9c416229de996d566f8324;p=thirdparty%2FPython%2Fcpython.git #3540: fix exception name. --- diff --git a/Doc/library/mailbox.rst b/Doc/library/mailbox.rst index 79fe72f78beb..0a8c6dfeafe1 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.