Skip to content

Commit 6c6929f

Browse files
committed
fix the link to normalize_chunks
1 parent c551728 commit 6c6929f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/internals/how-to-add-new-backend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,5 +455,5 @@ In the first case Xarray uses the chunks size specified in
455455
``preferred_chunks``.
456456
In the second case Xarray accommodates ideal chunk sizes, preserving if
457457
possible the "preferred_chunks". The ideal chunk size is computed using
458-
:py:func:`dask.core.normalize_chunks`, setting
458+
:py:func:`dask.array.core.normalize_chunks`, setting
459459
``previous_chunks = preferred_chunks``.

0 commit comments

Comments
 (0)