Skip to content

Commit

Permalink
still trying
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Nov 7, 2024
1 parent 5b47b96 commit b6395a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pymorize/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ def date_ranges_from_bounds(bounds, freq: str = "M", **kwargs):
Examples
--------
>>> bounds = [("2020-01-01", "2020-12-31")]
>>> date_ranges = date_ranges_from_bounds(bounds, freq="M")
>>> print(date_ranges)
>>> date_ranges_from_bounds(bounds, freq="M")
(DatetimeIndex(['2020-01-31', '2020-02-29', ..., '2020-12-31'], dtype='datetime64[ns]', freq='M'),)
"""
objs = []
Expand Down

0 comments on commit b6395a9

Please sign in to comment.