Skip to content
Prev Previous commit
Next Next commit
Lint
  • Loading branch information
maxrjones committed Jun 18, 2025
commit 2789f4c12eac224f8ca9e41e761be4ab37006e57
2 changes: 1 addition & 1 deletion src/zarr/abc/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def open(cls, *args: Any, **kwargs: Any) -> Self:
def with_read_only(self, read_only: bool = False) -> Store:
"""
Return a new store with a new read_only setting.

The new store points to the same location with the specified new read_only state.
The returned Store is not automatically opened, and this store is
not automatically closed.
Expand Down