summaryrefslogtreecommitdiffstats
path: root/Lib/test/datetimetester.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-02-04 01:41:43 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-02-04 01:41:43 (GMT)
commite86db34dd3b43dc9c9beb21a82cd2c3b7c4c05df (patch)
tree93595a8942b755afd2b49bc574fb7dce9a072ea1 /Lib/test/datetimetester.py
parent52f745852e49498d7dd86fd309ae57f6a7af568f (diff)
downloadcpython-e86db34dd3b43dc9c9beb21a82cd2c3b7c4c05df.zip
cpython-e86db34dd3b43dc9c9beb21a82cd2c3b7c4c05df.tar.gz
cpython-e86db34dd3b43dc9c9beb21a82cd2c3b7c4c05df.tar.bz2
[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 c3d9508ff22ece9a96892b628dd5813e2fb0cd80) Co-authored-by: Leo Arias <leo.arias@canonical.com>
Diffstat (limited to 'Lib/test/datetimetester.py')
-rw-r--r--Lib/test/datetimetester.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/datetimetester.py b/Lib/test/datetimetester.py
index a0883b9..8f9ebdd 100644
--- a/Lib/test/datetimetester.py
+++ b/Lib/test/datetimetester.py
@@ -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)