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 e74bebb commit a3598d7
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 @@ -116,7 +116,7 @@ def parent(self) -> Optional[Parent]:
def is_active(self) -> bool:
"""Whether this alarm is active (True) or acknowledged (False).
E.g. in some calendar software, this is True until the user had a look
For example, in some calendar software, this is True until the user looks
at the alarm message and clicked the dismiss button.
Alarms can be in local time (without a timezone).
Expand Down

0 comments on commit a3598d7

Please sign in to comment.