Skip to content
forked from pydata/xarray

Commit

Permalink
Update xarray/backends/zarr.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Roos <[email protected]>
  • Loading branch information
dcherian and max-sixty authored Nov 16, 2023
1 parent 4437aab commit e8bf524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/backends/zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def initialize_zarr(
This function initializes a Zarr store with metadata that describes the entire datasets.
If ``region_dims`` is specified, it will also
1. Write variables that don't contain any of ``region_dims`` & indexes on the ``region_dims``, and
2. Return a dataset with variables that do contain one or more of ``region_dims``.
2. Return a dataset with the remaining variables, which contain one or more of ``region_dims``.
This dataset can be used for region writes in parallel.
Parameters
Expand Down

0 comments on commit e8bf524

Please sign in to comment.