Skip to content

Commit efeb395

Browse files
authored
Merge pull request #102 from uniontech-lilinjie/master
fix typo
2 parents 0017b98 + e2bb946 commit efeb395

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pytz/tests/test_tzinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ class NoumeaDSTEndTestCase(USEasternDSTStartTestCase):
539539

540540

541541
class NoumeaNoMoreDSTTestCase(NoumeaDSTEndTestCase):
542-
# Noumea dropped DST in 1997. Here we test that it stops occuring.
542+
# Noumea dropped DST in 1997. Here we test that it stops occurring.
543543
transition_time = (
544544
NoumeaDSTEndTestCase.transition_time + timedelta(days=365 * 10))
545545
before = NoumeaDSTEndTestCase.after

src/pytz/tzinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def localize(self, dt, is_dst=False):
355355
is_dst=False) + timedelta(hours=6)
356356

357357
# If we get this far, we have multiple possible timezones - this
358-
# is an ambiguous case occuring during the end-of-DST transition.
358+
# is an ambiguous case occurring during the end-of-DST transition.
359359

360360
# If told to be strict, raise an exception since we have an
361361
# ambiguous case

0 commit comments

Comments
 (0)