From 1f3fa04543aa3061da72ae1e40526391b1c26910 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 17 Jan 2011 18:16:16 +0000 Subject: Markup fix. --- Doc/c-api/object.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst index c084860..fd3a6d2 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) -- cgit v0.12