diff options
author | Georg Brandl <georg@python.org> | 2014-03-24 09:06:18 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-24 09:06:18 +0100 |
commit | df48b97855b378a13d852656d358ca92ecbe4aa3 (patch) | |
tree | 3075e47c89a79974038451d9e65cd59c7f533396 /Doc/library/imaplib.rst | |
parent | Remove superfluous open parenthesis. Noticed by cocoatomo on docs@. (diff) | |
download | cpython-df48b97855b378a13d852656d358ca92ecbe4aa3.tar.gz cpython-df48b97855b378a13d852656d358ca92ecbe4aa3.tar.bz2 cpython-df48b97855b378a13d852656d358ca92ecbe4aa3.zip |
Fix a few scoping issues with versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/imaplib.rst')
-rw-r--r-- | Doc/library/imaplib.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 39f691960ee..fa736fe3af4 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -451,6 +451,7 @@ An :class:`IMAP4` instance has the following methods: :attr:`ssl.SSLContext.check_hostname` and *Server Name Indication* (see :data:`ssl.HAS_SNI`). + .. method:: IMAP4.status(mailbox, names) Request named status conditions for *mailbox*. |