fix formatting, :c:func: --> :cfunc:
This commit is contained in:
parent
11d1171ecf
commit
b22f39cb94
|
@ -109,7 +109,7 @@ Object Protocol
|
||||||
*opid*.
|
*opid*.
|
||||||
|
|
||||||
.. note::
|
.. 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`.
|
will always return ``1`` for :const:`Py_EQ` and ``0`` for :const:`Py_NE`.
|
||||||
|
|
||||||
.. cfunction:: int PyObject_Cmp(PyObject *o1, PyObject *o2, int *result)
|
.. cfunction:: int PyObject_Cmp(PyObject *o1, PyObject *o2, int *result)
|
||||||
|
|
Loading…
Reference in New Issue