Skip to content

Commit

Permalink
Update darts/timeseries.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dustin Brunner <92083143+brunnedu@users.noreply.github.com>
  • Loading branch information
hrzn and brunnedu committed Feb 11, 2022
1 parent 7b76fc5 commit 33294f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darts/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Each series also stores a `time_index`, which contains either datetimes (:class:`pandas.DateTimeIndex`)
or integer indices (:class:`pandas.RangeIndex`).
``TimeSeries`` are guaranted to:
``TimeSeries`` are guaranteed to:
- Have a monotically increasing time index, without holes (without missing dates)
- Contain numeric types only
- Have distinct components/columns names
Expand Down

0 comments on commit 33294f9

Please sign in to comment.