Skip to content
/ xarray Public
forked from pydata/xarray

Commit 6912e80

Browse files
mdeffkeewis
authored andcommitted
fix typo in io.rst (pydata#4250)
1 parent b637c87 commit 6912e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The recommended way to store xarray data structures is `netCDF`__, which
2626
is a binary file format for self-described datasets that originated
2727
in the geosciences. xarray is based on the netCDF data model, so netCDF files
2828
on disk directly correspond to :py:class:`Dataset` objects (more accurately,
29-
a group in a netCDF file directly corresponds to a to :py:class:`Dataset` object.
29+
a group in a netCDF file directly corresponds to a :py:class:`Dataset` object.
3030
See :ref:`io.netcdf_groups` for more.)
3131

3232
NetCDF is supported on almost all platforms, and parsers exist

0 commit comments

Comments
 (0)