https://github.com/python/cpython/commit/8d5cf98e456a048fa4b0072623b1101f381af5bd
commit: 8d5cf98e456a048fa4b0072623b1101f381af5bd
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: sobolevn <[email protected]>
date: 2025-11-21T23:14:43+03:00
summary:

[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 20b69aac0d19a5e5358362410d9710887762f0e7)

Co-authored-by: Michael Kiper <[email protected]>
Co-authored-by: makiper <[email protected]>

files:
M Doc/c-api/type.rst

diff --git a/Doc/c-api/type.rst b/Doc/c-api/type.rst
index c7946e3190f01b..2f2060d0582251 100644
--- a/Doc/c-api/type.rst
+++ b/Doc/c-api/type.rst
@@ -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.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to