From 88d675b17d08f28a2afb1f41675b25e7191c8f07 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 12 Oct 2024 14:35:51 +0100 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 ed5b1d3f..eec6e6d1 100644 --- a/src/icalendar/cal.py +++ b/src/icalendar/cal.py @@ -763,7 +763,7 @@ def start(self, value: datetime|date) -> None: @property def duration(self) -> timedelta: - """The journal does not last any time.""" + """The journal has no duration.""" return timedelta(0) class FreeBusy(Component):