mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -1861,7 +1861,7 @@ class TestDateTime(TestDate):
|
|||
|
||||
# Make sure comparison doesn't forget microseconds, and isn't done
|
||||
# via comparing a float timestamp (an IEEE double doesn't have enough
|
||||
# precision to span microsecond resolution across years 1 thru 9999,
|
||||
# precision to span microsecond resolution across years 1 through 9999,
|
||||
# so comparing via timestamp necessarily calls some distinct values
|
||||
# equal).
|
||||
dt1 = self.theclass(MAXYEAR, 12, 31, 23, 59, 59, 999998)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue