diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2009-09-15 18:46:35 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2009-09-15 18:46:35 (GMT) |
commit | 0d28764d3dbc41c1398812c5a7739c61579e3fd8 (patch) | |
tree | 771e4fce957f3b630520fe0658818b489227e0ba /Doc | |
parent | 25a3314263b939770806d100a22c8b893ba63575 (diff) | |
download | cpython-0d28764d3dbc41c1398812c5a7739c61579e3fd8.zip cpython-0d28764d3dbc41c1398812c5a7739c61579e3fd8.tar.gz cpython-0d28764d3dbc41c1398812c5a7739c61579e3fd8.tar.bz2 |
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
........
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/mailbox.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/mailbox.rst b/Doc/library/mailbox.rst index 01d3f4b..3063ad8 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 |