diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 14:43:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 14:43:05 (GMT) |
commit | bf7b9ede1a7264009f5f35d357112ed3c3c38209 (patch) | |
tree | feedced718d941b8bc926bc58419339cd803e10d /Doc/c-api/arg.rst | |
parent | e3d4ec4766629c3cbcc1afb4e5c020894d5e2258 (diff) | |
download | cpython-bf7b9ede1a7264009f5f35d357112ed3c3c38209.zip cpython-bf7b9ede1a7264009f5f35d357112ed3c3c38209.tar.gz cpython-bf7b9ede1a7264009f5f35d357112ed3c3c38209.tar.bz2 |
Issue #25706: Fixed markup in the documentation.
Diffstat (limited to 'Doc/c-api/arg.rst')
-rw-r--r-- | Doc/c-api/arg.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index 3c0f4b9..8427bc4 100644 --- a/Doc/c-api/arg.rst +++ b/Doc/c-api/arg.rst @@ -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 |