From: Georg Brandl <georg@python.org> Date: Mon, 17 Jan 2011 18:16:16 +0000 (+0000) Subject: Markup fix. X-Git-Tag: v3.2.1b1~347^2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f3fa04543aa3061da72ae1e40526391b1c26910;p=python Markup fix. --- diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst index c084860e90..fd3a6d2380 100644 --- a/Doc/c-api/object.rst +++ b/Doc/c-api/object.rst @@ -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)