merge with 3.3

This commit is contained in:
Georg Brandl 2013-10-06 11:02:46 +02:00
commit 8ae2ab5d53
1 changed files with 1 additions and 1 deletions

View File

@ -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