summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-17 18:16:16 (GMT)
committerGeorg Brandl <georg@python.org>2011-01-17 18:16:16 (GMT)
commit1f3fa04543aa3061da72ae1e40526391b1c26910 (patch)
tree191cebd48dce36545f22a0fbe584ab7f165168ae /Doc/c-api
parent50dc65f6cef58f94cf87538a9fd886e3674a9980 (diff)
downloadcpython-1f3fa04543aa3061da72ae1e40526391b1c26910.zip
cpython-1f3fa04543aa3061da72ae1e40526391b1c26910.tar.gz
cpython-1f3fa04543aa3061da72ae1e40526391b1c26910.tar.bz2
Markup fix.
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/object.rst2
1 files changed, 1 insertions, 1 deletions
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)