Skip to content

Commit

Permalink
Typo in dataset docstring (#8593)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Hamman <joe@earthmover.io>
  • Loading branch information
johmathe and jhamman authored Jan 5, 2024
1 parent e023903 commit 492aa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2659,7 +2659,7 @@ def chunk(
already as dask array.
chunked_array_type: str, optional
Which chunked array type to coerce this datasets' arrays to.
Defaults to 'dask' if installed, else whatever is registered via the `ChunkManagerEnetryPoint` system.
Defaults to 'dask' if installed, else whatever is registered via the `ChunkManagerEntryPoint` system.
Experimental API that should not be relied upon.
from_array_kwargs: dict, optional
Additional keyword arguments passed on to the `ChunkManagerEntrypoint.from_array` method used to create
Expand Down

0 comments on commit 492aa07

Please sign in to comment.