Skip to content

Commit 337672b

Browse files
committed
Small clarification in extending docs.
1 parent b33c6eb commit 337672b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/extending/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ or more format codes between parentheses. For example::
515515
value of the Python function. :c:func:`PyObject_CallObject` is
516516
"reference-count-neutral" with respect to its arguments. In the example a new
517517
tuple was created to serve as the argument list, which is :c:func:`Py_DECREF`\
518-
-ed immediately after the call.
518+
-ed immediately after the :c:func:`PyObject_CallObject` call.
519519

520520
The return value of :c:func:`PyObject_CallObject` is "new": either it is a brand
521521
new object, or it is an existing object whose reference count has been

0 commit comments

Comments
 (0)