Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix Sphinx doc
  • Loading branch information
vstinner committed Feb 7, 2020
commit 06f564e89d215218b0301e14d5d9d4255a9acb6f
2 changes: 1 addition & 1 deletion Doc/c-api/structures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ the definition of all other Python objects.
(((PyObject*)(o))->ob_refcnt)


.. c:func:: void Py_SET_REFCNT(PyObject *o, Py_ssize_t refcnt)
.. c:function:: void Py_SET_REFCNT(PyObject *o, Py_ssize_t refcnt)

Set the object *o* reference counter to *refcnt*.

Expand Down