merge 3.2

This commit is contained in:
Benjamin Peterson 2011-05-31 21:28:03 -05:00
commit 2945a99840
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ as much as it can.
Return the referenced object from a weak reference, *ref*. If the referent is
no longer live, returns :const:`Py_None`.
.. warning::
.. note::
This function returns a **borrowed reference** to the referenced object.
This means that you should always call :c:func:`Py_INCREF` on the object