From 7e3419b9d375ca5e23665e6985317f0172363590 Mon Sep 17 00:00:00 2001 From: Sam Levang <39069044+slevang@users.noreply.github.com> Date: Thu, 9 Nov 2023 21:22:21 -0500 Subject: [PATCH] Update doc/user-guide/io.rst Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> --- doc/user-guide/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide/io.rst b/doc/user-guide/io.rst index 4fb6ef4e3ec..71270dffcba 100644 --- a/doc/user-guide/io.rst +++ b/doc/user-guide/io.rst @@ -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