Commit e33a6112 authored by Brett Cannon's avatar Brett Cannon

Fix minor grammar typo.

parent c7202a83
...@@ -2772,7 +2772,7 @@ PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals, ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment