Skip to content

Commit

Permalink
try to fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Jan 9, 2025
1 parent b38cd7e commit a2d1c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guide/time-series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ using :py:func:`pandas.to_datetime` and :py:func:`pandas.date_range`:
and for :py:func:`pandas.to_datetime` the selection of the resolution
isn't possible at all. For that :py:class:`pd.DatetimeIndex` can be used
directly. There is more in-depth information in section
:ref:`<internals.timecoding>`.
:ref:`<internals.time-coding>`.

Alternatively, you can supply arrays of Python ``datetime`` objects. These get
converted automatically when used as arguments in xarray objects (with us-resolution):
Expand Down

0 comments on commit a2d1c96

Please sign in to comment.