Skip to content

Commit

Permalink
Fix typo in zarr.py (#7983)
Browse files Browse the repository at this point in the history
Fix typo in zarr.py
  • Loading branch information
johmathe authored Jul 13, 2023
1 parent 799f12d commit da1c451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/backends/zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ def open_zarr(
possible, otherwise defaulting to 2.
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
Expand Down

0 comments on commit da1c451

Please sign in to comment.