We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5654aee commit 57ae5a4Copy full SHA for 57ae5a4
xarray/backends/api.py
@@ -352,8 +352,8 @@ def open_dataset(
352
chunks : int or dict, optional
353
If chunks is provided, it is used to load the new dataset into dask
354
arrays. ``chunks={}`` loads the dataset with dask using a single
355
- chunk for all arrays. When using ``engine="zarr"`, setting
356
- `chunks='auto'` will create dask chunks based on the variable's zarr
+ chunk for all arrays. When using ``engine="zarr"``, setting
+ ``chunks='auto'`` will create dask chunks based on the variable's zarr
357
chunks.
358
lock : False or lock-like, optional
359
Resource lock to use when reading data from disk. Only relevant when
0 commit comments