Skip to content

Commit e4c7cdc

Browse files
Update Doc/c-api/object.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent 2e982a1 commit e4c7cdc

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
@@ -87,7 +87,7 @@ Object Protocol
8787
8888
.. c:function:: void PyObject_Dump(PyObject* op)
8989
90-
Dump an object *op* to ``stderr``. Function used for debugging.
90+
Dump an object *op* to ``stderr``. This should only be used for debugging.
9191
9292
It can be called without an :term:`attached thread state`, even if it's not
9393
recommended.

0 commit comments

Comments
 (0)