[Python-checkins] r74799 - python/trunk/Doc/library/mailbox.rst

ezio.melotti python-checkins at python.org
Tue Sep 15 20:41:43 CEST 2009


Author: ezio.melotti
Date: Tue Sep 15 20:41:43 2009
New Revision: 74799

Log:
#6917 - typo in method name

Modified:
   python/trunk/Doc/library/mailbox.rst

Modified: python/trunk/Doc/library/mailbox.rst
==============================================================================
--- python/trunk/Doc/library/mailbox.rst	(original)
+++ python/trunk/Doc/library/mailbox.rst	Tue Sep 15 20:41:43 2009
@@ -336,7 +336,7 @@
       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


More information about the Python-checkins mailing list