There was an error while loading. Please reload this page.
1 parent d702c50 commit d67a103Copy full SHA for d67a103
1 file changed
Objects/call.c
@@ -550,7 +550,7 @@ _PyMethodDef_RawFastCallDict(PyMethodDef *method, PyObject *self, PyObject **arg
550
no_keyword_error:
551
PyErr_Format(PyExc_TypeError,
552
"%.200s() takes no keyword arguments",
553
- method->ml_name, nargs);
+ method->ml_name);
554
555
exit:
556
Py_LeaveRecursiveCall();
0 commit comments