Skip to content

Commit da1c451

Browse files
authored
Fix typo in zarr.py (#7983)
Fix typo in zarr.py
1 parent 799f12d commit da1c451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/backends/zarr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def open_zarr(
812812
possible, otherwise defaulting to 2.
813813
chunked_array_type: str, optional
814814
Which chunked array type to coerce this datasets' arrays to.
815-
Defaults to 'dask' if installed, else whatever is registered via the `ChunkManagerEnetryPoint` system.
815+
Defaults to 'dask' if installed, else whatever is registered via the `ChunkManagerEntryPoint` system.
816816
Experimental API that should not be relied upon.
817817
from_array_kwargs: dict, optional
818818
Additional keyword arguments passed on to the `ChunkManagerEntrypoint.from_array` method used to create

0 commit comments

Comments
 (0)