Skip to content

Commit

Permalink
Update Doc/c-api/gcsupport.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Jan 31, 2024
1 parent 3d39247 commit a24d16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/gcsupport.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ rules:
Returns the resized object of type ``TYPE*`` (refers to any C type)
or ``NULL`` on failure.
*op* must of type :c:expr:`PyVarObject *`
*op* must be of type :c:expr:`PyVarObject *`
and must not be tracked by the collector yet.
*newsize* must be of type :c:type:`Py_ssize_t`.
Expand Down

0 comments on commit a24d16e

Please sign in to comment.