diff options
author | Georg Brandl <georg@python.org> | 2006-01-20 17:53:27 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-20 17:53:27 (GMT) |
commit | d704817b666982f3bf50459d59e76cbc20352265 (patch) | |
tree | 3d2d71fe17edc8b1649c5b5d3f22ea5367968cb1 /Python | |
parent | 5f0ff5c8e7017eb43c469d2b8f9ce4e875bacafb (diff) | |
download | cpython-d704817b666982f3bf50459d59e76cbc20352265.zip cpython-d704817b666982f3bf50459d59e76cbc20352265.tar.gz cpython-d704817b666982f3bf50459d59e76cbc20352265.tar.bz2 |
typo
Diffstat (limited to 'Python')
-rw-r--r-- | Python/getargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getargs.c b/Python/getargs.c index 15f9df93..9bcf9bc 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; |