Fix markup.

This commit is contained in:
Georg Brandl 2007-12-05 19:49:21 +00:00
parent b8df156ab5
commit 45c088c2e7
1 changed files with 1 additions and 1 deletions

View 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.