Skip to content

Commit 5c0ac49

Browse files
committed
Add doc about store type to FsspecStore.from_url
1 parent c2b10b0 commit 5c0ac49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/_fsspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def from_url(
216216
allowed_exceptions: tuple[type[Exception], ...] = ALLOWED_EXCEPTIONS,
217217
) -> FsspecStore:
218218
"""
219-
Create a FsspecStore from a URL.
219+
Create a FsspecStore from a URL. The type of store is determined from the URL scheme.
220220
221221
Parameters
222222
----------

0 commit comments

Comments
 (0)