mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Fix nit (make spelling consistent in prototype)
This commit is contained in:
parent
6e678b4395
commit
a56328680d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue