Skip to content

Commit

Permalink
Merge branch 'zarr-auto-region' of github.com:slevang/xarray into zar…
Browse files Browse the repository at this point in the history
…r-auto-region
  • Loading branch information
slevang committed Nov 14, 2023
2 parents c1326c4 + 7e3419b commit 809e9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ can be filled out by subsequent calls to ``to_zarr``. ``region`` can be
specified as ``"auto"``, which opens the existing store and determines the
correct alignment of the new data with the existing coordinates, or as an
explicit mapping from dimension names to Python ``slice`` objects indicating
where the data should be written (in index space, not coordinate space), e.g.,
where the data should be written (in index space, not label space), e.g.,

.. ipython:: python
Expand Down

0 comments on commit 809e9e8

Please sign in to comment.