summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-01-02 22:25:59 (GMT)
committerR David Murray <rdmurray@bitdance.com>2016-01-02 22:25:59 (GMT)
commit75f104a74535ddcbc390c4e8362fd7157bace185 (patch)
tree798de0c69f1adce418f0c634496dd774f07adbde
parent317f64f048b6da8a53870ce6a1d63ad458ece95f (diff)
downloadcpython-75f104a74535ddcbc390c4e8362fd7157bace185.zip
cpython-75f104a74535ddcbc390c4e8362fd7157bace185.tar.gz
cpython-75f104a74535ddcbc390c4e8362fd7157bace185.tar.bz2
#21815: Make the doc change match what I actually did.
-rw-r--r--Doc/library/imaplib.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst
index fbb802c..cd214ff 100644
--- a/Doc/library/imaplib.rst
+++ b/Doc/library/imaplib.rst
@@ -509,8 +509,8 @@ An :class:`IMAP4` instance has the following methods:
create such tags. Although it is an RFC violation and IMAP clients and
servers are supposed to be strict, imaplib nontheless continues to allow
such tags to be created for backward compatibility reasons, and as of
- python 3.5.2/3.6.0, handles them if they are sent from the server, since
- this improves real-world compatibility.
+ python 3.6, handles them if they are sent from the server, since this
+ improves real-world compatibility.
.. method:: IMAP4.subscribe(mailbox)