We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573fdf2 commit da42b68Copy full SHA for da42b68
DateIntervalCycler/DateIntervalCycler.py
@@ -170,7 +170,7 @@ class DateIntervalCycler:
170
index_from_date(date) -> int:
171
Returns the index of the interval that contains the given date.
172
173
- interval_from_date(date) -> int:
+ interval_from_date(date) -> tuple[dt, dt]:
174
Given a date, return the corresponding interval that contains it.
175
176
is_leap(year: int) -> bool:
0 commit comments