Markup fix.
This commit is contained in:
parent
50dc65f6ce
commit
1f3fa04543
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue