diff --git a/Doc/c-api/call.rst b/Doc/c-api/call.rst index a574965bb12605..838af604dca020 100644 --- a/Doc/c-api/call.rst +++ b/Doc/c-api/call.rst @@ -156,7 +156,7 @@ Vectorcall Support API This is mostly useful to check whether or not *op* supports vectorcall, which can be done by checking ``PyVectorcall_Function(op) != NULL``. - .. versionadded:: 3.8 + .. versionadded:: 3.9 .. c:function:: PyObject* PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict)