From: Georg Brandl Date: Fri, 20 Jan 2006 17:53:27 +0000 (+0000) Subject: typo X-Git-Tag: v2.5a0~785 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d704817b666982f3bf50459d59e76cbc20352265;p=python typo --- diff --git a/Python/getargs.c b/Python/getargs.c index 15f9df9331..9bcf9bc754 100644 --- a/Python/getargs.c +++ b/Python/getargs.c @@ -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;