Merged revisions 74802 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r74802 | ezio.melotti | 2009-09-15 21:51:37 +0300 (Tue, 15 Sep 2009) | 9 lines 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 ........ ................
This commit is contained in:
parent
b8f68ee7af
commit
61c34d8c09
|
@ -329,7 +329,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
|
||||
|
|
Loading…
Reference in New Issue