Issue #19795: Mark up None as literal text.

This commit is contained in:
Serhiy Storchaka 2016-10-19 16:37:13 +03:00
commit 989db5c880
53 changed files with 112 additions and 110 deletions

View file

@ -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)