Skip to content

Commit fdfe15e

Browse files
DOC: Update docstring to reflect renamed section (#10180)
1 parent 66f6c17 commit fdfe15e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xarray/core/dataarray.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4362,7 +4362,7 @@ def to_zarr(
43624362
- Dimensions cannot be included in both ``region`` and
43634363
``append_dim`` at the same time. To create empty arrays to fill
43644364
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
43664366
the reference documentation for full details.
43674367
43684368
Users are expected to ensure that the specified region aligns with

xarray/core/dataset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,7 @@ def to_zarr(
21792179
- Dimensions cannot be included in both ``region`` and
21802180
``append_dim`` at the same time. To create empty arrays to fill
21812181
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
21832183
the reference documentation for full details.
21842184
21852185
Users are expected to ensure that the specified region aligns with

0 commit comments

Comments
 (0)