From 87a133dc8a4583dc9e93eca4a81621ba1e0fdef6 Mon Sep 17 00:00:00 2001 From: makiper Date: Tue, 18 Nov 2025 14:46:13 -0800 Subject: [PATCH] [3.14] Doc PyTypeObject.tp_vectorcall grammar fix --- 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.