diff options
| author | Georg Brandl <georg@python.org> | 2011-01-17 18:16:16 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-17 18:16:16 +0000 |
| commit | 1f3fa04543aa3061da72ae1e40526391b1c26910 (patch) | |
| tree | 191cebd48dce36545f22a0fbe584ab7f165168ae /Doc/c-api | |
| parent | 50dc65f6cef58f94cf87538a9fd886e3674a9980 (diff) | |
| download | cpython-git-1f3fa04543aa3061da72ae1e40526391b1c26910.tar.gz | |
Markup fix.
Diffstat (limited to 'Doc/c-api')
| -rw-r--r-- | Doc/c-api/object.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
