From 6ce07249ca7eabc181b2b88a5723e66fc06036d4 Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Sun, 3 May 2020 14:34:26 +0100 Subject: [PATCH] fix to_netcdf docstring typo (#4021) --- xarray/core/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/core/dataset.py b/xarray/core/dataset.py index dd7871eaf3a..01dda828d8a 100644 --- a/xarray/core/dataset.py +++ b/xarray/core/dataset.py @@ -1535,7 +1535,7 @@ def to_netcdf( ``dask.delayed.Delayed`` object that can be computed later. invalid_netcdf: boolean Only valid along with engine='h5netcdf'. If True, allow writing - hdf5 files which are valid netcdf as described in + hdf5 files which are invalid netcdf as described in https://github.com/shoyer/h5netcdf. Default: False. """ if encoding is None: