Skip to content

Commit 8d5cf98

Browse files
miss-islingtonmichaelkipermakiper
authored
[3.14] pythongh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (pythonGH-141730) (python#141815)
pythongh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (pythonGH-141730) [3.14] Doc PyTypeObject.tp_vectorcall grammar fix (cherry picked from commit 20b69aa) Co-authored-by: Michael Kiper <[email protected]> Co-authored-by: makiper <[email protected]>
1 parent 5bca7f4 commit 8d5cf98

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)