Fix typo.

This commit is contained in:
Walter Dörwald 2006-09-21 15:09:55 +00:00
parent c8939d23fe
commit d14bf61d05
1 changed files with 1 additions and 1 deletions

View File

@ -1747,7 +1747,7 @@ PyArg_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t m
/* For type constructors that don't take keyword args
*
* Sets a TypeError and returns 0 if the kwds dict is
* not emtpy, returns 1 otherwise
* not empty, returns 1 otherwise
*/
int
_PyArg_NoKeywords(const char *funcname, PyObject *kw)