summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-23 14:43:05 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-23 14:43:05 (GMT)
commitbf7b9ede1a7264009f5f35d357112ed3c3c38209 (patch)
treefeedced718d941b8bc926bc58419339cd803e10d /Doc/c-api
parente3d4ec4766629c3cbcc1afb4e5c020894d5e2258 (diff)
downloadcpython-bf7b9ede1a7264009f5f35d357112ed3c3c38209.zip
cpython-bf7b9ede1a7264009f5f35d357112ed3c3c38209.tar.gz
cpython-bf7b9ede1a7264009f5f35d357112ed3c3c38209.tar.bz2
Issue #25706: Fixed markup in the documentation.
Diffstat (limited to 'Doc/c-api')
-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 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