Skip to content

Commit 87a133d

Browse files
author
makiper
committed
[3.14] Doc PyTypeObject.tp_vectorcall grammar fix
1 parent 17636ba commit 87a133d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ The following functions and structs are used to create
638638
under the :ref:`limited API <limited-c-api>`.
639639
640640
.. versionchanged:: 3.14
641-
The field :c:member:`~PyTypeObject.tp_vectorcall` can now set
641+
The field :c:member:`~PyTypeObject.tp_vectorcall` can now be set
642642
using :c:data:`Py_tp_vectorcall`. See the field's documentation
643643
for details.
644644

0 commit comments

Comments
 (0)