Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion Doc/c-api/type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ The following functions and structs are used to create
under the :ref:`limited API <limited-c-api>`.

.. versionchanged:: 3.14
The field :c:member:`~PyTypeObject.tp_vectorcall` can now set
The field :c:member:`~PyTypeObject.tp_vectorcall` can now be set
using :c:data:`Py_tp_vectorcall`. See the field's documentation
for details.

Expand Down
Loading