diff --git a/xarray/core/dataset.py b/xarray/core/dataset.py index b4460e956df..bcbc5c382a5 100644 --- a/xarray/core/dataset.py +++ b/xarray/core/dataset.py @@ -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