Commit a5632868 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix nit (make spelling consistent in prototype)

parent 6e678b43
...@@ -372,7 +372,7 @@ static PyMemberDef keyobject_members[] = { ...@@ -372,7 +372,7 @@ static PyMemberDef keyobject_members[] = {
}; };
static PyObject * static PyObject *
keyobject_call(keyobject *ko, PyObject *args, PyObject *kw); keyobject_call(keyobject *ko, PyObject *args, PyObject *kwds);
static PyObject * static PyObject *
keyobject_richcompare(PyObject *ko, PyObject *other, int op); keyobject_richcompare(PyObject *ko, PyObject *other, int op);
......
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