projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0ff5c
)
typo
author
Georg Brandl
<georg@python.org>
Fri, 20 Jan 2006 17:53:27 +0000
(17:53 +0000)
committer
Georg Brandl
<georg@python.org>
Fri, 20 Jan 2006 17:53:27 +0000
(17:53 +0000)
Python/getargs.c
patch
|
blob
|
history
diff --git
a/Python/getargs.c
b/Python/getargs.c
index 15f9df9331063fa5dcb0cf5b6521f9b31833153f..9bcf9bc754eb1fbbdb029fbe85ec5626646c80a4 100644
(file)
--- 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 posi
i
tional 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;