From 60fccb641d764d6906a20573c92cbea96064a429 Mon Sep 17 00:00:00 2001 From: Sashank Date: Wed, 17 Sep 2025 14:17:29 +0530 Subject: [PATCH] Update src/icalendar/attr.py Co-authored-by: Steve Piercy --- src/icalendar/attr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icalendar/attr.py b/src/icalendar/attr.py index 547b2c7..12402c0 100644 --- a/src/icalendar/attr.py +++ b/src/icalendar/attr.py @@ -1557,7 +1557,7 @@ def get_start_property(component: Component) -> date | datetime: Get the start property with validation. Args: - component: The component to get start from + component: The component from which to get its start property. Returns: The DTSTART value