Skip to content

Commit 8d5cf98

Browse files
miss-islingtonmichaelkipermakiper
authored
[3.14] gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (GH-141730) (#141815)
gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (GH-141730) [3.14] Doc PyTypeObject.tp_vectorcall grammar fix (cherry picked from commit 20b69aa) Co-authored-by: Michael Kiper <77862413+michaelkiper@users.noreply.github.com> Co-authored-by: makiper <michael.kiper@jpl.nasa.gov>
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)