Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33c6eb commit 337672bCopy full SHA for 337672b
1 file changed
Doc/extending/extending.rst
@@ -515,7 +515,7 @@ or more format codes between parentheses. For example::
515
value of the Python function. :c:func:`PyObject_CallObject` is
516
"reference-count-neutral" with respect to its arguments. In the example a new
517
tuple was created to serve as the argument list, which is :c:func:`Py_DECREF`\
518
--ed immediately after the call.
+-ed immediately after the :c:func:`PyObject_CallObject` call.
519
520
The return value of :c:func:`PyObject_CallObject` is "new": either it is a brand
521
new object, or it is an existing object whose reference count has been
0 commit comments