[Python-checkins] cpython (2.7): fix formatting, :c:func: --> :cfunc:

eli.bendersky python-checkins at python.org
Sat Apr 30 08:02:13 CEST 2011


http://hg.python.org/cpython/rev/1a45c92f9716
changeset:   69704:1a45c92f9716
branch:      2.7
user:        Eli Bendersky <eliben at gmail.com>
date:        Sat Apr 30 09:02:12 2011 +0300
summary:
  fix formatting, :c:func: --> :cfunc:

files:
  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
--- 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:: int PyObject_Cmp(PyObject *o1, PyObject *o2, int *result)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list