Skip to content

Commit

Permalink
Update src/icalendar/alarms.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 4e7b0fa commit df9c811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icalendar/alarms.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def acknowledge_until(self, dt: Optional[date]) -> None:
calendar implementations differ in how they acknowledge alarms.
For example, Thunderbird and Google Calendar store the last time
an event has been acknowledged because of an alarm.
All alarms that happen before this time count as ackknowledged.
All alarms that happen before this time count as acknowledged.
"""
self._last_ack = tzp.localize_utc(dt) if dt is not None else None

Expand Down

0 comments on commit df9c811

Please sign in to comment.