summaryrefslogtreecommitdiff
path: root/src/isodate/tests/test_strf.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/isodate/tests/test_strf.py')
-rw-r--r--src/isodate/tests/test_strf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/isodate/tests/test_strf.py b/src/isodate/tests/test_strf.py
index 701c877..2e2b246 100644
--- a/src/isodate/tests/test_strf.py
+++ b/src/isodate/tests/test_strf.py
@@ -56,7 +56,7 @@ def create_testcase(dt, format, expectation):
tm_idst=1
"""
tt = self.ORIG["localtime"](secs)
- # befor 2000 everything is dst, after 2000 no dst.
+ # before 2000 everything is dst, after 2000 no dst.
if tt.tm_year < 2000:
dst = 1
else:
@@ -80,7 +80,7 @@ def create_testcase(dt, format, expectation):
self.ORIG["DSTOFFSET"] = tzinfo.DSTOFFSET
self.ORIG["DSTDIFF"] = tzinfo.DSTDIFF
self.ORIG["localtime"] = time.localtime
- # ovveride all saved values with fixtures.
+ # override all saved values with fixtures.
# calculate LOCAL TZ offset, so that this test runs in
# every time zone
tzinfo.STDOFFSET = timedelta(seconds=36000) # assume LOC = +10:00