Skip to content

Commit

Permalink
Fix return type in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Jan 17, 2025
1 parent cba2d54 commit 31d0548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ Object Protocol
.. versionadded:: 3.14
.. c:function:: int PyUnstable_EnableTryIncRef(PyObject *obj)
.. c:function:: void PyUnstable_EnableTryIncRef(PyObject *obj)
Enables subsequent uses of :c:func:`PyUnstable_TryIncRef` on *obj*. The
caller must hold a :term:`strong reference` to *obj* when calling this.
Expand Down

0 comments on commit 31d0548

Please sign in to comment.