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 bedfbc7 commit 67294f6Copy full SHA for 67294f6
Include/abstract.h
@@ -220,7 +220,7 @@ PyAPI_FUNC(int) _PyObject_HasFastCall(PyObject *callable);
220
If nargs is equal to zero, args can be NULL. kwargs can be NULL.
221
nargs must be greater or equal to zero.
222
223
- Return the result on success. Raise an exception on return NULL on
+ Return the result on success. Raise an exception and return NULL on
224
error. */
225
PyAPI_FUNC(PyObject *) _PyObject_FastCallDict(
226
PyObject *callable,
0 commit comments