Skip to content

Commit 492aa07

Browse files
johmathejhamman
andauthored
Typo in dataset docstring (#8593)
Co-authored-by: Joe Hamman <joe@earthmover.io>
1 parent e023903 commit 492aa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2659,7 +2659,7 @@ def chunk(
26592659
already as dask array.
26602660
chunked_array_type: str, optional
26612661
Which chunked array type to coerce this datasets' arrays to.
2662-
Defaults to 'dask' if installed, else whatever is registered via the `ChunkManagerEnetryPoint` system.
2662+
Defaults to 'dask' if installed, else whatever is registered via the `ChunkManagerEntryPoint` system.
26632663
Experimental API that should not be relied upon.
26642664
from_array_kwargs: dict, optional
26652665
Additional keyword arguments passed on to the `ChunkManagerEntrypoint.from_array` method used to create

0 commit comments

Comments
 (0)