]> granicus.if.org Git - python/commitdiff
Markup fix.
authorGeorg Brandl <georg@python.org>
Mon, 17 Jan 2011 18:16:16 +0000 (18:16 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 17 Jan 2011 18:16:16 +0000 (18:16 +0000)
Doc/c-api/object.rst

index c084860e90333abba8e90e4a7b5a4491f596dee1..fd3a6d238013be6db0ff783f277eb416dfd7f2b6 100644 (file)
@@ -109,7 +109,7 @@ Object Protocol
    *opid*.
 
 .. note::
-   If *o1* and *o2* are the same object, :c:func:`PyObject_RichCompareBool`
+   If *o1* and *o2* are the same object, :cfunc:`PyObject_RichCompareBool`
    will always return ``1`` for :const:`Py_EQ` and ``0`` for :const:`Py_NE`.
 
 .. cfunction:: PyObject* PyObject_Repr(PyObject *o)