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 <[email protected]>
  • Loading branch information
niccokunzmann and stevepiercy authored Nov 14, 2024
1 parent a8b1ed8 commit b9228e9
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 @@ -717,7 +717,7 @@ def alarms(self) -> Alarms:
True
Note that this only uses DTSTART and DTEND, but ignores
RDATE, EXDATE and RRULE properties.
RDATE, EXDATE, and RRULE properties.
"""
from icalendar.alarms import Alarms
return Alarms(self)
Expand Down

0 comments on commit b9228e9

Please sign in to comment.