Skip to content

Commit

Permalink
Update src/zarr/abc/store.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman authored Nov 5, 2024
1 parent 0c14dd1 commit 5677683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zarr/abc/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ 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 as
absolute paths (i.e. including the prefix).
Retrieve all keys in the store that begin with a given prefix. Keys are returned relative
to the root of the store.
Parameters
----------
Expand Down

0 comments on commit 5677683

Please sign in to comment.