Issue #19795: Mark up None as literal text.

This commit is contained in:
Serhiy Storchaka 2016-10-19 16:29:26 +03:00
parent 9f2e377beb
commit ecf41da83e
50 changed files with 108 additions and 106 deletions

View file

@ -2,8 +2,8 @@
.. _noneobject:
The None Object
---------------
The ``None`` Object
-------------------
.. index:: object: None
@ -23,4 +23,4 @@ same reason.
.. c:macro:: Py_RETURN_NONE
Properly handle returning :c:data:`Py_None` from within a C function (that is,
increment the reference count of None and return it.)
increment the reference count of ``None`` and return it.)