Issue #28496: Mark up constants 0, 1 and -1 that denote return values or

special input values as literal text.
This commit is contained in:
Serhiy Storchaka 2016-10-27 21:41:19 +03:00
parent b29cee40ee
commit 1ecf7d204d
12 changed files with 64 additions and 64 deletions

View file

@ -290,7 +290,7 @@ definition with the same method name.
handles use of the :keyword:`del` statement on that attribute more correctly
than :c:macro:`T_OBJECT`.
:attr:`flags` can be 0 for write and read access or :c:macro:`READONLY` for
:attr:`flags` can be ``0`` for write and read access or :c:macro:`READONLY` for
read-only access. Using :c:macro:`T_STRING` for :attr:`type` implies
:c:macro:`READONLY`. Only :c:macro:`T_OBJECT` and :c:macro:`T_OBJECT_EX`
members can be deleted. (They are set to *NULL*).