mirror of
https://github.com/python/cpython.git
synced 2025-10-02 13:22:19 +00:00
fix formatting, :c:func: --> :cfunc:
This commit is contained in:
parent
11d1171ecf
commit
b22f39cb94
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue