Commit 46d25fce authored by Georg Brandl's avatar Georg Brandl

Small clarification in extending docs.

parent 6de753e4
...@@ -515,7 +515,7 @@ or more format codes between parentheses. For example:: ...@@ -515,7 +515,7 @@ or more format codes between parentheses. For example::
value of the Python function. :c:func:`PyObject_CallObject` is value of the Python function. :c:func:`PyObject_CallObject` is
"reference-count-neutral" with respect to its arguments. In the example a new "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`\ 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 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 new object, or it is an existing object whose reference count has been
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment