]> granicus.if.org Git - python/commitdiff
Small clarification in extending docs.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:02:38 +0000 (11:02 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:02:38 +0000 (11:02 +0200)
Doc/extending/extending.rst

index eb18a46f871648f9ddcc3f8d9f62c60cdbc56ec8..792586d9364fd0512cb2a0a8739e3278838ea8c1 100644 (file)
@@ -510,7 +510,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