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 <michael.kiper@jpl.nasa.gov>
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.