We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23581c0 commit b4b97afCopy full SHA for b4b97af
Include/cpython/abstract.h
@@ -66,7 +66,7 @@ PyAPI_FUNC(int) _PyObject_HasFastCall(PyObject *callable);
66
If nargs is equal to zero, args can be NULL. kwargs can be NULL.
67
nargs must be greater or equal to zero.
68
69
- Return the result on success. Raise an exception on return NULL on
+ Return the result on success. Raise an exception and return NULL on
70
error. */
71
PyAPI_FUNC(PyObject *) _PyObject_FastCallDict(
72
PyObject *callable,
0 commit comments