Skip to content

Commit 67294f6

Browse files
Rémi Lapeyrevstinner
authored andcommitted
bpo-36317: Fix typo in _PyObject_FastCallDict documentation (GH-12383) (GH-12402)
(cherry picked from commit b4b97af)
1 parent bedfbc7 commit 67294f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/abstract.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ PyAPI_FUNC(int) _PyObject_HasFastCall(PyObject *callable);
220220
If nargs is equal to zero, args can be NULL. kwargs can be NULL.
221221
nargs must be greater or equal to zero.
222222
223-
Return the result on success. Raise an exception on return NULL on
223+
Return the result on success. Raise an exception and return NULL on
224224
error. */
225225
PyAPI_FUNC(PyObject *) _PyObject_FastCallDict(
226226
PyObject *callable,

0 commit comments

Comments
 (0)