diff --git a/src/zarr/abc/store.py b/src/zarr/abc/store.py index 2d26d7dcb3..eefe04d50c 100644 --- a/src/zarr/abc/store.py +++ b/src/zarr/abc/store.py @@ -342,7 +342,7 @@ def list(self) -> AsyncGenerator[str, None]: @abstractmethod def list_prefix(self, prefix: str) -> AsyncGenerator[str, None]: """ - Retrieve all keys in the store that begin with a given prefix. Keys are returned relative + Retrieve all keys in the store that begin with a given prefix. Keys are returned relative to the root of the store. Parameters