Kaydet (Commit) a5632868 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix nit (make spelling consistent in prototype)

üst 6e678b43
......@@ -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);
......
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