diff options
author | Georg Brandl <georg@python.org> | 2006-01-20 17:53:27 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-20 17:53:27 +0000 |
commit | d704817b666982f3bf50459d59e76cbc20352265 (patch) | |
tree | 3d2d71fe17edc8b1649c5b5d3f22ea5367968cb1 /Python/getargs.c | |
parent | 5f0ff5c8e7017eb43c469d2b8f9ce4e875bacafb (diff) | |
download | cpython-git-d704817b666982f3bf50459d59e76cbc20352265.tar.gz |
typo
Diffstat (limited to 'Python/getargs.c')
-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 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; |