From 1b8d4e3a5061c207fa2ea529d33d146c6c76f9e5 Mon Sep 17 00:00:00 2001 From: Johan Mathe Date: Wed, 12 Jul 2023 16:22:54 -0700 Subject: [PATCH] Fix typo in zarr.py Fix typo in zarr.py --- xarray/backends/zarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/backends/zarr.py b/xarray/backends/zarr.py index 5ff1cf5866e..214581bba27 100644 --- a/xarray/backends/zarr.py +++ b/xarray/backends/zarr.py @@ -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