diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 13:39:36 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 13:39:36 (GMT) |
commit | c2e9983060a02a677cfc4fa84e05446d7af9e014 (patch) | |
tree | bc086e84811af499dfe91d15fe8b87fafa0e86a2 /Doc/library/imaplib.rst | |
parent | 18207ea32becb391e8a78b680c5b7e76d56e3ebd (diff) | |
parent | 989db5c880cbe85e49857cf44daf8b6c9ccbe0b6 (diff) | |
download | cpython-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.rst | 2 |
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) |