summaryrefslogtreecommitdiff
path: root/Python/getargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/getargs.c')
-rw-r--r--Python/getargs.c2
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;