From: Georg Brandl 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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f3fa04543aa3061da72ae1e40526391b1c26910;p=thirdparty%2FPython%2Fcpython.git Markup fix. --- diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst index c084860e9033..fd3a6d238013 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)