Markup fix.

This commit is contained in:
Georg Brandl 2011-01-17 18:16:16 +00:00
parent 50dc65f6ce
commit 1f3fa04543
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:: PyObject* PyObject_Repr(PyObject *o)