Skip to content

Commit fa8df75

Browse files
committed
Omit Py_tp_vectorcall
1 parent 25476dc commit fa8df75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Doc/c-api/typeobj.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,8 +2240,6 @@ and :c:data:`PyType_Type` effectively act as defaults.)
22402240

22412241
.. c:member:: vectorcallfunc PyTypeObject.tp_vectorcall
22422242
2243-
.. corresponding-type-slot:: Py_tp_vectorcall
2244-
22452243
Vectorcall function to use for calls of this type object.
22462244
In other words, it is used to implement
22472245
:ref:`vectorcall <vectorcall>` for ``type.__call__``.

0 commit comments

Comments
 (0)