From 45c088c2e729812794afc4c046bdeb96af9e8a61 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 5 Dec 2007 19:49:21 +0000 Subject: Fix markup. --- Doc/c-api/refcounting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/refcounting.rst b/Doc/c-api/refcounting.rst index 9dc357f..d3fd47f 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. -- cgit v0.12