Skip to content

Commit 4788690

Browse files
committed
don't mention timedelta serialization
1 parent 235e3c9 commit 4788690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/time-series.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ converted automatically when used as arguments in xarray objects:
4141
import datetime
4242
xr.Dataset({'time': datetime.datetime(2000, 1, 1)})
4343
44-
When reading or writing netCDF files, xarray automatically decodes datetime and
45-
timedelta arrays using `CF conventions`_ (that is, by using a ``units``
44+
When reading or writing netCDF files, xarray automatically decodes datetime
45+
arrays using `CF conventions`_ (that is, by using a ``units``
4646
attribute like ``'days since 2000-01-01'``).
4747

4848
.. _CF conventions: http://cfconventions.org

0 commit comments

Comments
 (0)