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 c92b272 commit b63e9f1
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 @@ -937,7 +937,7 @@ def alarms(self) -> Alarms:
>>> len(todo.alarms.times)
0
Note that this only uses DTSTART and DUE but ignores
Note that this only uses DTSTART and DUE, but ignores
RDATE, EXDATE, and RRULE properties.
"""
from icalendar.alarms import Alarms
Expand Down

0 comments on commit b63e9f1

Please sign in to comment.