]> granicus.if.org Git - python/commitdiff
typo
authorGeorg Brandl <georg@python.org>
Fri, 20 Jan 2006 17:53:27 +0000 (17:53 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 20 Jan 2006 17:53:27 +0000 (17:53 +0000)
Python/getargs.c

index 15f9df9331063fa5dcb0cf5b6521f9b31833153f..9bcf9bc754eb1fbbdb029fbe85ec5626646c80a4 100644 (file)
@@ -1286,7 +1286,7 @@ vgetargskeywords(PyObject *args, PyObject *keywords, const char *format,
        }
 
        /* 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;