mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix minor grammar typo.
This commit is contained in:
parent
c7202a834e
commit
e33a6112b4
1 changed files with 1 additions and 1 deletions
|
@ -2772,7 +2772,7 @@ PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals,
|
||||||
}
|
}
|
||||||
PyErr_Format(PyExc_TypeError,
|
PyErr_Format(PyExc_TypeError,
|
||||||
"%.200s() needs "
|
"%.200s() needs "
|
||||||
"keyword only argument %s",
|
"keyword-only argument %s",
|
||||||
PyString_AsString(co->co_name),
|
PyString_AsString(co->co_name),
|
||||||
PyString_AsString(name));
|
PyString_AsString(name));
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue