From 0b34ab8f2a28984bcc1dbf2e459a9f81edd95f5e Mon Sep 17 00:00:00 2001 From: Wei Ji Date: Wed, 1 Jul 2020 14:17:57 +1200 Subject: [PATCH] Typo on chunks arg in open_dataset --- xarray/backends/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/backends/api.py b/xarray/backends/api.py index 141f8d2095e..3e899dbae8b 100644 --- a/xarray/backends/api.py +++ b/xarray/backends/api.py @@ -350,7 +350,7 @@ def open_dataset( is chosen based on available dependencies, with a preference for 'netcdf4'. chunks : int or dict, optional - If chunks is provided, it used to load the new dataset into dask + If chunks is provided, it is used to load the new dataset into dask arrays. ``chunks={}`` loads the dataset with dask using a single chunk for all arrays. lock : False or duck threading.Lock, optional