Issue #25706: Fixed markup in the documentation.

This commit is contained in:
Serhiy Storchaka 2015-11-23 16:43:54 +02:00
commit 1f847659f3
3 changed files with 4 additions and 4 deletions

View file

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