We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e023903 commit 492aa07Copy full SHA for 492aa07
xarray/core/dataset.py
@@ -2659,7 +2659,7 @@ def chunk(
2659
already as dask array.
2660
chunked_array_type: str, optional
2661
Which chunked array type to coerce this datasets' arrays to.
2662
- 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.
2663
Experimental API that should not be relied upon.
2664
from_array_kwargs: dict, optional
2665
Additional keyword arguments passed on to the `ChunkManagerEntrypoint.from_array` method used to create
0 commit comments