Skip to content

Commit 5677683

Browse files
authored
Update src/zarr/abc/store.py
1 parent 0c14dd1 commit 5677683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zarr/abc/store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ def list(self) -> AsyncGenerator[str, None]:
342342
@abstractmethod
343343
def list_prefix(self, prefix: str) -> AsyncGenerator[str, None]:
344344
"""
345-
Retrieve all keys in the store that begin with a given prefix. Keys are returned as
346-
absolute paths (i.e. including the prefix).
345+
Retrieve all keys in the store that begin with a given prefix. Keys are returned relative
346+
to the root of the store.
347347
348348
Parameters
349349
----------

0 commit comments

Comments
 (0)