]> granicus.if.org Git - python/commitdiff
Fix markup.
authorGeorg Brandl <georg@python.org>
Wed, 5 Dec 2007 19:49:21 +0000 (19:49 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 5 Dec 2007 19:49:21 +0000 (19:49 +0000)
Doc/c-api/refcounting.rst

index 9dc357f0e12b29988afbc7aafbca500b5d512405..d3fd47f721ec052a6f49446de99cc0f4a2f4db8a 100644 (file)
@@ -64,7 +64,7 @@ objects.
    .. versionadded:: 2.4
 
 The following functions are for runtime dynamic embedding of Python:
-``Py_IncRef(PyObject \*o)``, `Py_DecRef(PyObject \*o)``. They are
+``Py_IncRef(PyObject *o)``, ``Py_DecRef(PyObject *o)``. They are
 simply exported function versions of :cfunc:`Py_XINCREF` and
 :cfunc:`Py_XDECREF`, respectively.