Skip to content
forked from pydata/xarray

Commit e8bf524

Browse files
dcherianmax-sixty
andauthored
Update xarray/backends/zarr.py
Co-authored-by: Maximilian Roos <[email protected]>
1 parent 4437aab commit e8bf524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/backends/zarr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def initialize_zarr(
5353
This function initializes a Zarr store with metadata that describes the entire datasets.
5454
If ``region_dims`` is specified, it will also
5555
1. Write variables that don't contain any of ``region_dims`` & indexes on the ``region_dims``, and
56-
2. Return a dataset with variables that do contain one or more of ``region_dims``.
56+
2. Return a dataset with the remaining variables, which contain one or more of ``region_dims``.
5757
This dataset can be used for region writes in parallel.
5858
5959
Parameters

0 commit comments

Comments
 (0)