From 0d28764d3dbc41c1398812c5a7739c61579e3fd8 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 15 Sep 2009 18:46:35 +0000 Subject: [PATCH] Merged revisions 74799 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74799 | ezio.melotti | 2009-09-15 21:41:43 +0300 (Tue, 15 Sep 2009) | 1 line #6917 - typo in method 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 01d3f4b8887..3063ad801b2 100644 --- a/Doc/library/mailbox.rst +++ b/Doc/library/mailbox.rst @@ -336,7 +336,7 @@ Maildir, mbox, MH, Babyl, and MMDF. Return a list of the names of all folders. - .. method:: .et_folder(folder) + .. method:: get_folder(folder) Return a :class:`Maildir` instance representing the folder whose name is *folder*. A :exc:`NoSuchMailboxError` exception is raised if the folder