Skip to content

Commit da42b68

Browse files
committed
doc: minor change to dateintervalcycler docstring
1 parent 573fdf2 commit da42b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DateIntervalCycler/DateIntervalCycler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class DateIntervalCycler:
170170
index_from_date(date) -> int:
171171
Returns the index of the interval that contains the given date.
172172
173-
interval_from_date(date) -> int:
173+
interval_from_date(date) -> tuple[dt, dt]:
174174
Given a date, return the corresponding interval that contains it.
175175
176176
is_leap(year: int) -> bool:

0 commit comments

Comments
 (0)