mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
Fix typos found by codespell in docs, docstrings, and comments.
(cherry picked from commit c3d9508ff2
)
Co-authored-by: Leo Arias <leo.arias@canonical.com>
This commit is contained in:
parent
52f745852e
commit
e86db34dd3
22 changed files with 34 additions and 35 deletions
|
@ -1784,7 +1784,7 @@ vgetargskeywords(PyObject *args, PyObject *kwargs, const char *format,
|
|||
}
|
||||
}
|
||||
|
||||
/* We are into optional args, skip thru to any remaining
|
||||
/* We are into optional args, skip through to any remaining
|
||||
* keyword args */
|
||||
msg = skipitem(&format, p_va, flags);
|
||||
if (msg) {
|
||||
|
@ -2176,7 +2176,7 @@ vgetargskeywordsfast_impl(PyObject *const *args, Py_ssize_t nargs,
|
|||
return cleanreturn(1, &freelist);
|
||||
}
|
||||
|
||||
/* We are into optional args, skip thru to any remaining
|
||||
/* We are into optional args, skip through to any remaining
|
||||
* keyword args */
|
||||
msg = skipitem(&format, p_va, flags);
|
||||
assert(msg == NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue