[Python-checkins] r51949 - python/trunk/Python/getargs.c

walter.doerwald python-checkins at python.org
Thu Sep 21 17:09:57 CEST 2006


Author: walter.doerwald
Date: Thu Sep 21 17:09:55 2006
New Revision: 51949

Modified:
   python/trunk/Python/getargs.c
Log:
Fix typo.


Modified: python/trunk/Python/getargs.c
==============================================================================
--- python/trunk/Python/getargs.c	(original)
+++ python/trunk/Python/getargs.c	Thu Sep 21 17:09:55 2006
@@ -1747,7 +1747,7 @@
 /* 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)


More information about the Python-checkins mailing list