mirror of https://github.com/python/cpython
Fix nit (make spelling consistent in prototype)
This commit is contained in:
parent
6e678b4395
commit
a56328680d
|
@ -372,7 +372,7 @@ static PyMemberDef keyobject_members[] = {
|
|||
};
|
||||
|
||||
static PyObject *
|
||||
keyobject_call(keyobject *ko, PyObject *args, PyObject *kw);
|
||||
keyobject_call(keyobject *ko, PyObject *args, PyObject *kwds);
|
||||
|
||||
static PyObject *
|
||||
keyobject_richcompare(PyObject *ko, PyObject *other, int op);
|
||||
|
|
Loading…
Reference in New Issue