commit | 1f3fa04543aa3061da72ae1e40526391b1c26910 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jan 17 18:16:16 2011 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jan 17 18:16:16 2011 +0000 |
tree | 191cebd48dce36545f22a0fbe584ab7f165168ae | |
parent | 50dc65f6cef58f94cf87538a9fd886e3674a9980 [diff] [blame] |
Markup fix.
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 @@ *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)