Commit b4bee030 authored by Hai Shi's avatar Hai Shi Committed by Inada Naoki

bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)

parent 3b03b09f
......@@ -48,7 +48,7 @@ Allocating Objects on the Heap
improving the memory management efficiency.
.. c:function:: void PyObject_Del(PyObject *op)
.. c:function:: void PyObject_Del(void *op)
Releases memory allocated to an object using :c:func:`PyObject_New` or
:c:func:`PyObject_NewVar`. This is normally called from the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment