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 <web@stevepiercy.com>
  • Loading branch information
niccokunzmann and stevepiercy authored Oct 12, 2024
1 parent 012981d commit 88d675b
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 @@ -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):
Expand Down

0 comments on commit 88d675b

Please sign in to comment.