From 286d0ccb68b16b0109a0573ee92bd18e1f42b06b Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Thu, 14 Nov 2024 11:24:52 +0000 Subject: [PATCH] Update src/icalendar/cal.py Co-authored-by: Steve Piercy --- src/icalendar/cal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icalendar/cal.py b/src/icalendar/cal.py index 95c081ee..c9c793f4 100644 --- a/src/icalendar/cal.py +++ b/src/icalendar/cal.py @@ -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)