From ac014e9255e773e57b9c416229de996d566f8324 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 11 Aug 2008 10:27:31 +0000 Subject: [PATCH] #3540: fix exception name. --- Doc/library/mailbox.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/mailbox.rst b/Doc/library/mailbox.rst index 79fe72f78be..0a8c6dfeafe 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.