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 799f12d commit da1c451Copy full SHA for da1c451
xarray/backends/zarr.py
@@ -812,7 +812,7 @@ def open_zarr(
812
possible, otherwise defaulting to 2.
813
chunked_array_type: str, optional
814
Which chunked array type to coerce this datasets' arrays to.
815
- 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.
816
Experimental API that should not be relied upon.
817
from_array_kwargs: dict, optional
818
Additional keyword arguments passed on to the `ChunkManagerEntrypoint.from_array` method used to create
0 commit comments