mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
typo
This commit is contained in:
parent
5f0ff5c8e7
commit
d704817b66
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue