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
bpo-39573: Apply code review
  • Loading branch information
corona10 committed May 25, 2020
commit 7757af504eed59a89502a2b59c8c04e4a602ee62
2 changes: 1 addition & 1 deletion Doc/c-api/structures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ the definition of all other Python objects.
See documentation of :c:type:`PyVarObject` above.


.. c:function:: PyTypeObject* Py_TYPE(PyObject *o)
.. c:function:: PyTypeObject* Py_TYPE(const PyObject *o)

Get the type of the Python object *o*.

Expand Down