]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (#141730)
authorMichael Kiper <77862413+michaelkiper@users.noreply.github.com>
Fri, 21 Nov 2025 07:24:10 +0000 (23:24 -0800)
committerGitHub <noreply@github.com>
Fri, 21 Nov 2025 07:24:10 +0000 (07:24 +0000)
[3.14] Doc PyTypeObject.tp_vectorcall grammar fix

Co-authored-by: makiper <michael.kiper@jpl.nasa.gov>
Doc/c-api/type.rst

index c7946e3190f01b61e3d21bbc3c2902fd2dff30e0..2f2060d058225152758cea1d7300fe6531ab8a3a 100644 (file)
@@ -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.