File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4362,7 +4362,7 @@ def to_zarr(
4362
4362
- Dimensions cannot be included in both ``region`` and
4363
4363
``append_dim`` at the same time. To create empty arrays to fill
4364
4364
in with ``region``, use a separate call to ``to_zarr()`` with
4365
- ``compute=False``. See "Appending to existing Zarr stores" in
4365
+ ``compute=False``. See "Modifying existing Zarr stores" in
4366
4366
the reference documentation for full details.
4367
4367
4368
4368
Users are expected to ensure that the specified region aligns with
Original file line number Diff line number Diff line change @@ -2179,7 +2179,7 @@ def to_zarr(
2179
2179
- Dimensions cannot be included in both ``region`` and
2180
2180
``append_dim`` at the same time. To create empty arrays to fill
2181
2181
in with ``region``, use a separate call to ``to_zarr()`` with
2182
- ``compute=False``. See "Appending to existing Zarr stores" in
2182
+ ``compute=False``. See "Modifying existing Zarr stores" in
2183
2183
the reference documentation for full details.
2184
2184
2185
2185
Users are expected to ensure that the specified region aligns with
You can’t perform that action at this time.
0 commit comments