Skip to content

Commit 94b9315

Browse files
Update Doc/c-api/object.rst
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent c65db8f commit 94b9315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/object.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Object Protocol
8585
instead of the :func:`repr`.
8686
8787
88-
.. c:function:: void PyObject_Dump(PyObject* op)
88+
.. c:function:: void PyObject_Dump(PyObject *op)
8989
9090
Dump an object *op* to ``stderr``. This should only be used for debugging.
9191

0 commit comments

Comments
 (0)