Skip to content

Commit

Permalink
Update src/icalendar/tools.py
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <web@stevepiercy.com>
  • Loading branch information
niccokunzmann and stevepiercy authored Nov 14, 2024
1 parent df9c811 commit bff2428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icalendar/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def is_pytz_dt(dt: date):
def normalize_pytz(dt: date):
"""We have to normalize the time after a calculation if we use pytz.
pytz requires this funtion to be used in order to correctly calculate the
pytz requires this function to be used in order to correctly calculate the
timezone's offset after calculations.
"""
if is_pytz_dt(dt):
Expand Down

0 comments on commit bff2428

Please sign in to comment.