]> granicus.if.org Git - python/commitdiff
fix formatting, :c:func: --> :cfunc:
authorEli Bendersky <eliben@gmail.com>
Sat, 30 Apr 2011 06:02:12 +0000 (09:02 +0300)
committerEli Bendersky <eliben@gmail.com>
Sat, 30 Apr 2011 06:02:12 +0000 (09:02 +0300)
Doc/c-api/object.rst

index 771667a3d60e5b1d2264882d5e7629405973d276..717fb089fe91d280e2d456d5edafe499b22e1969 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:: int PyObject_Cmp(PyObject *o1, PyObject *o2, int *result)