We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0481fc9 commit 3d05416Copy full SHA for 3d05416
doc/io.rst
@@ -26,7 +26,7 @@ The recommended way to store xarray data structures is `netCDF`__, which
26
is a binary file format for self-described datasets that originated
27
in the geosciences. xarray is based on the netCDF data model, so netCDF files
28
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.
+a group in a netCDF file directly corresponds to a :py:class:`Dataset` object.
30
See :ref:`io.netcdf_groups` for more.)
31
32
NetCDF is supported on almost all platforms, and parsers exist
0 commit comments