]> granicus.if.org Git - python/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Thu, 21 Sep 2006 15:09:55 +0000 (15:09 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 21 Sep 2006 15:09:55 +0000 (15:09 +0000)
Python/getargs.c

index 3fca9cdfce358e3f3c6c2076ee5d4f1e34e53983..b676a5e372ef22972de1cc0cdccbca2df01b2f92 100644 (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)