mirror of https://github.com/python/cpython
#3540: fix exception name.
This commit is contained in:
parent
1e13ea94a3
commit
ac014e9255
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue