diff options
Diffstat (limited to 'Objects/call.c')
-rw-r--r-- | Objects/call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/call.c b/Objects/call.c index 7890c13..4c74eab 100644 --- a/Objects/call.c +++ b/Objects/call.c @@ -550,7 +550,7 @@ _PyMethodDef_RawFastCallDict(PyMethodDef *method, PyObject *self, PyObject **arg no_keyword_error: PyErr_Format(PyExc_TypeError, "%.200s() takes no keyword arguments", - method->ml_name, nargs); + method->ml_name); exit: Py_LeaveRecursiveCall(); |