#3540: fix exception name.

This commit is contained in:
Georg Brandl 2008-08-11 10:27:31 +00:00
parent 1e13ea94a3
commit ac014e9255
1 changed files with 1 additions and 1 deletions

View 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.