]> granicus.if.org Git - python/commitdiff
demote this to a note
authorBenjamin Peterson <benjamin@python.org>
Wed, 1 Jun 2011 02:27:41 +0000 (21:27 -0500)
committerBenjamin Peterson <benjamin@python.org>
Wed, 1 Jun 2011 02:27:41 +0000 (21:27 -0500)
Doc/c-api/weakref.rst

index 6b053c86920dfc0d74432f22c2f7c558b2a1356c..6cb3e33fe843ac9c4a5d0e9e13d2aaa5b0f7ced3 100644 (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