Skip to content

Commit 57ae5a4

Browse files
authored
silence sphinx warnings about broken rst (#4448)
1 parent 5654aee commit 57ae5a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xarray/backends/api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ def open_dataset(
352352
chunks : int or dict, optional
353353
If chunks is provided, it is used to load the new dataset into dask
354354
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
355+
chunk for all arrays. When using ``engine="zarr"``, setting
356+
``chunks='auto'`` will create dask chunks based on the variable's zarr
357357
chunks.
358358
lock : False or lock-like, optional
359359
Resource lock to use when reading data from disk. Only relevant when

0 commit comments

Comments
 (0)