summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/arg.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-23 14:43:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-23 14:43:54 (GMT)
commit1f847659f33ee3d51db3cb85cf408b5bba696347 (patch)
treef757f27c4def99ed8e63eb0211e1779a14747088 /Doc/c-api/arg.rst
parent6f988b5990406022f00d9c32a465291ba359ecd9 (diff)
parentbf7b9ede1a7264009f5f35d357112ed3c3c38209 (diff)
downloadcpython-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.rst2
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