Skip to content
/ xarray Public
forked from pydata/xarray

Commit

Permalink
fix typo in io.rst (pydata#4250)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff authored and keewis committed Sep 20, 2020
1 parent b637c87 commit 6912e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The recommended way to store xarray data structures is `netCDF`__, which
is a binary file format for self-described datasets that originated
in the geosciences. xarray is based on the netCDF data model, so netCDF files
on disk directly correspond to :py:class:`Dataset` objects (more accurately,
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.
See :ref:`io.netcdf_groups` for more.)

NetCDF is supported on almost all platforms, and parsers exist
Expand Down

0 comments on commit 6912e80

Please sign in to comment.