From: Georg Brandl Date: Wed, 5 Dec 2007 19:49:21 +0000 (+0000) Subject: Fix markup. X-Git-Tag: v2.6a1~926 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45c088c2e729812794afc4c046bdeb96af9e8a61;p=python Fix markup. --- diff --git a/Doc/c-api/refcounting.rst b/Doc/c-api/refcounting.rst index 9dc357f0e1..d3fd47f721 100644 --- a/Doc/c-api/refcounting.rst +++ b/Doc/c-api/refcounting.rst @@ -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.