diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 14:43:54 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-23 14:43:54 (GMT) |
commit | 1f847659f33ee3d51db3cb85cf408b5bba696347 (patch) | |
tree | f757f27c4def99ed8e63eb0211e1779a14747088 /Doc/c-api/arg.rst | |
parent | 6f988b5990406022f00d9c32a465291ba359ecd9 (diff) | |
parent | bf7b9ede1a7264009f5f35d357112ed3c3c38209 (diff) | |
download | cpython-1f847659f33ee3d51db3cb85cf408b5bba696347.zip cpython-1f847659f33ee3d51db3cb85cf408b5bba696347.tar.gz cpython-1f847659f33ee3d51db3cb85cf408b5bba696347.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 ed62dea..caceb40 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 |