From a96e1516228b1a069f47cefb40c7e4d21f2ef8f1 Mon Sep 17 00:00:00 2001 From: Michael Kiper <77862413+michaelkiper@users.noreply.github.com> Date: Thu, 20 Nov 2025 23:24:10 -0800 Subject: [PATCH] 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 <77862413+michaelkiper@users.noreply.github.com> Co-authored-by: makiper --- Doc/c-api/type.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `. .. 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.