diff --git a/src/icalendar/attr.py b/src/icalendar/attr.py index 5fd2181..972c46b 100644 --- a/src/icalendar/attr.py +++ b/src/icalendar/attr.py @@ -1560,7 +1560,7 @@ def get_start_property(component: Component) -> date | datetime: component: The component from which to get its start property. Returns: - The DTSTART value + The ``DTSTART`` value. Raises: IncompleteComponent: If no DTSTART is present