Skip to content

Commit b4b97af

Browse files
Rémi Lapeyrevstinner
authored andcommitted
Fix typo in _PyObject_FastCallDict documentation (GH-12383)
1 parent 23581c0 commit b4b97af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/abstract.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ PyAPI_FUNC(int) _PyObject_HasFastCall(PyObject *callable);
6666
If nargs is equal to zero, args can be NULL. kwargs can be NULL.
6767
nargs must be greater or equal to zero.
6868
69-
Return the result on success. Raise an exception on return NULL on
69+
Return the result on success. Raise an exception and return NULL on
7070
error. */
7171
PyAPI_FUNC(PyObject *) _PyObject_FastCallDict(
7272
PyObject *callable,

0 commit comments

Comments
 (0)