[Python-checkins] r88062 - python/branches/release31-maint/Doc/c-api/object.rst

georg.brandl python-checkins at python.org
Mon Jan 17 19:16:16 CET 2011


Author: georg.brandl
Date: Mon Jan 17 19:16:16 2011
New Revision: 88062

Log:
Markup fix.

Modified:
   python/branches/release31-maint/Doc/c-api/object.rst

Modified: python/branches/release31-maint/Doc/c-api/object.rst
==============================================================================
--- python/branches/release31-maint/Doc/c-api/object.rst	(original)
+++ python/branches/release31-maint/Doc/c-api/object.rst	Mon Jan 17 19:16:16 2011
@@ -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)


More information about the Python-checkins mailing list