commit | ad13f338ceb12af0c883b720753cd59c03370485 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Oct 19 16:29:10 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Oct 19 16:29:10 2016 +0300 |
tree | cede18e3b7d3c30fdc0a03cfc88ab0925f9bce29 | |
parent | 5df6d48ce5d811914b644c79e2c3c2449ce0305a [diff] [blame] |
Issue #19795: Mark up None as literal text.
diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 20e377f..18f6d9d 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst
@@ -90,7 +90,7 @@ Parse an IMAP4 ``INTERNALDATE`` string and return corresponding local time. The return value is a :class:`time.struct_time` instance or - None if the string has wrong format. + ``None`` if the string has wrong format. .. function:: Int2AP(num)