]> granicus.if.org Git - python/commitdiff
Fix nit (make spelling consistent in prototype)
authorRaymond Hettinger <python@rcn.com>
Sat, 9 Apr 2011 19:57:00 +0000 (12:57 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 9 Apr 2011 19:57:00 +0000 (12:57 -0700)
Modules/_functoolsmodule.c

index 061204e502f419d4076f5085e7e1fbedcf53339b..0882d368d14a1880b481f6aa5169d56a02b1d509 100644 (file)
@@ -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);