mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Issue #25706: Fixed markup in the documentation.
This commit is contained in:
commit
1f847659f3
3 changed files with 4 additions and 4 deletions
|
@ -322,7 +322,7 @@ Other objects
|
|||
``Py_CLEANUP_SUPPORTED`` was added.
|
||||
|
||||
``p`` (:class:`bool`) [int]
|
||||
Tests the value passed in for truth (a boolean **p**\redicate) and converts
|
||||
Tests the value passed in for truth (a boolean **p**\ redicate) and converts
|
||||
the result to its equivalent C true/false integer value.
|
||||
Sets the int to 1 if the expression was true and 0 if it was false.
|
||||
This accepts any valid Python value. See :ref:`truth` for more
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue