From 6912e80fb9cc38af51748bf8e4c68fd87c478f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Defferrard?= Date: Wed, 22 Jul 2020 19:07:25 +0200 Subject: [PATCH] fix typo in io.rst (#4250) --- doc/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/io.rst b/doc/io.rst index 4aac5e0b6f7..956d9394653 100644 --- a/doc/io.rst +++ b/doc/io.rst @@ -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