mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
bpo-32746: Fix multiple typos (GH-5144)
Fix typos found by codespell in docs, docstrings, and comments.
This commit is contained in:
parent
589c718a8e
commit
c3d9508ff2
22 changed files with 34 additions and 35 deletions
|
@ -3420,7 +3420,7 @@ Inconsistent:
|
|||
PyErr_SetString(PyExc_ValueError, "fromutc: tz.dst() gave"
|
||||
"inconsistent results; cannot convert");
|
||||
|
||||
/* fall thru to failure */
|
||||
/* fall through to failure */
|
||||
Fail:
|
||||
Py_XDECREF(off);
|
||||
Py_XDECREF(dst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue