Issue #19795: Improved more markups of True/False.

This commit is contained in:
Serhiy Storchaka 2016-10-19 18:36:51 +03:00
commit 7d6dda4b78
16 changed files with 28 additions and 28 deletions

View file

@ -278,5 +278,5 @@ Number Protocol
.. c:function:: int PyIndex_Check(PyObject *o)
Returns True if *o* is an index integer (has the nb_index slot of the
tp_as_number structure filled in).
Returns ``1`` if *o* is an index integer (has the nb_index slot of the
tp_as_number structure filled in), and ``0`` otherwise.