summaryrefslogtreecommitdiffstats
path: root/Doc/extending
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 09:02:46 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 09:02:46 (GMT)
commit8ae2ab5d532c331d50e3e2ae1ffd67bab1478bb6 (patch)
tree77dfc21f7ad318969d82eca31c65486bd55f4ea2 /Doc/extending
parent38552a66611d24a32dd7cdbe56e7a911606e1c8b (diff)
parent337672b76c48bd115334a112e11137a46641bcf2 (diff)
downloadcpython-8ae2ab5d532c331d50e3e2ae1ffd67bab1478bb6.zip
cpython-8ae2ab5d532c331d50e3e2ae1ffd67bab1478bb6.tar.gz
cpython-8ae2ab5d532c331d50e3e2ae1ffd67bab1478bb6.tar.bz2
merge with 3.3
Diffstat (limited to 'Doc/extending')
-rw-r--r--Doc/extending/extending.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst
index ef95ac9..eae48e8 100644
--- a/Doc/extending/extending.rst
+++ b/Doc/extending/extending.rst
@@ -515,7 +515,7 @@ or more format codes between parentheses. For example::
value of the Python function. :c:func:`PyObject_CallObject` is
"reference-count-neutral" with respect to its arguments. In the example a new
tuple was created to serve as the argument list, which is :c:func:`Py_DECREF`\
--ed immediately after the call.
+-ed immediately after the :c:func:`PyObject_CallObject` call.
The return value of :c:func:`PyObject_CallObject` is "new": either it is a brand
new object, or it is an existing object whose reference count has been