fix formatting, :c:func: --> :cfunc:

This commit is contained in:
Eli Bendersky 2011-04-30 09:02:12 +03:00
parent 11d1171ecf
commit b22f39cb94
1 changed files with 1 additions and 1 deletions

View 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)