Skip to content

Commit

Permalink
Update src/icalendar/cal.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 286d0cc commit a8b1ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icalendar/cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def alarms(self) -> Alarms:
>>> alarm_time.is_active() # This alarm has not been acknowledged
True
Note that this only uses DTSTART and DTEND but ignores
Note that this only uses DTSTART and DTEND, but ignores
RDATE, EXDATE and RRULE properties.
"""
from icalendar.alarms import Alarms
Expand Down

0 comments on commit a8b1ed8

Please sign in to comment.