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 ca2995b commit 286d0cc
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 @@ -938,7 +938,7 @@ def alarms(self) -> Alarms:
0
Note that this only uses DTSTART and DUE 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 286d0cc

Please sign in to comment.