mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Fix typos in documentation and comments (#119763)
This commit is contained in:
parent
5a1205b641
commit
9e052619a6
7 changed files with 9 additions and 9 deletions
|
@ -1478,7 +1478,7 @@ initialize_locals(PyThreadState *tstate, PyFunctionObject *func,
|
|||
localsplus[total_args] = u;
|
||||
}
|
||||
else if (argcount > n) {
|
||||
/* Too many postional args. Error is reported later */
|
||||
/* Too many positional args. Error is reported later */
|
||||
for (j = n; j < argcount; j++) {
|
||||
Py_DECREF(args[j]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue