Commit 1f3fa045 authored by Georg Brandl's avatar Georg Brandl

Markup fix.

parent 50dc65f6
...@@ -109,7 +109,7 @@ Object Protocol ...@@ -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:: PyObject* PyObject_Repr(PyObject *o) .. cfunction:: PyObject* PyObject_Repr(PyObject *o)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment