From: Michael Kiper <77862413+michaelkiper@users.noreply.github.com> Date: Fri, 21 Nov 2025 07:24:10 +0000 (-0800) Subject: gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (#141730) X-Git-Tag: v3.15.0a3~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20b69aac0d19a5e5358362410d9710887762f0e7;p=thirdparty%2FPython%2Fcpython.git gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (#141730) [3.14] Doc PyTypeObject.tp_vectorcall grammar fix Co-authored-by: makiper --- diff --git a/Doc/c-api/type.rst b/Doc/c-api/type.rst index c7946e3190f0..2f2060d05822 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.