summaryrefslogtreecommitdiffstats
path: root/Doc/library/imaplib.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-19 13:39:36 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-19 13:39:36 (GMT)
commitc2e9983060a02a677cfc4fa84e05446d7af9e014 (patch)
treebc086e84811af499dfe91d15fe8b87fafa0e86a2 /Doc/library/imaplib.rst
parent18207ea32becb391e8a78b680c5b7e76d56e3ebd (diff)
parent989db5c880cbe85e49857cf44daf8b6c9ccbe0b6 (diff)
downloadcpython-c2e9983060a02a677cfc4fa84e05446d7af9e014.zip
cpython-c2e9983060a02a677cfc4fa84e05446d7af9e014.tar.gz
cpython-c2e9983060a02a677cfc4fa84e05446d7af9e014.tar.bz2
Issue #19795: Mark up None as literal text.
Diffstat (limited to 'Doc/library/imaplib.rst')
-rw-r--r--Doc/library/imaplib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst
index 7024a1b..1632eb7 100644
--- a/Doc/library/imaplib.rst
+++ b/Doc/library/imaplib.rst
@@ -128,7 +128,7 @@ The following utility functions are defined:
Parse an IMAP4 ``INTERNALDATE`` string and return corresponding local
time. The return value is a :class:`time.struct_time` tuple or
- None if the string has wrong format.
+ ``None`` if the string has wrong format.
.. function:: Int2AP(num)