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

georg.brandl python-checkins at python.org
Fri Jan 20 18:53:28 CET 2006


Author: georg.brandl
Date: Fri Jan 20 18:53:27 2006
New Revision: 42114

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


Modified: python/trunk/Python/getargs.c
==============================================================================
--- python/trunk/Python/getargs.c	(original)
+++ python/trunk/Python/getargs.c	Fri Jan 20 18:53:27 2006
@@ -1286,7 +1286,7 @@
 	}
 
 	/* required arguments missing from args can be supplied by keyword 
-	   arguments; set len to the number of posiitional arguments, and,
+	   arguments; set len to the number of positional arguments, and,
 	   if that's less than the minimum required, add in the number of
 	   required arguments that are supplied by keywords */
 	len = nargs;


More information about the Python-checkins mailing list