Commit 993ee27b authored by Georg Brandl's avatar Georg Brandl

typo

parent 7299e5fd
...@@ -1286,7 +1286,7 @@ vgetargskeywords(PyObject *args, PyObject *keywords, const char *format, ...@@ -1286,7 +1286,7 @@ vgetargskeywords(PyObject *args, PyObject *keywords, const char *format,
} }
/* required arguments missing from args can be supplied by keyword /* 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 if that's less than the minimum required, add in the number of
required arguments that are supplied by keywords */ required arguments that are supplied by keywords */
len = nargs; len = nargs;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment