Skip to content

Commit 4d1bd26

Browse files
committed
"Update docstring"
1 parent 3f9a34c commit 4d1bd26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/zarr/storage/_fsspec.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,12 @@ def from_mapper(
174174
allowed_exceptions: tuple[type[Exception], ...] = ALLOWED_EXCEPTIONS,
175175
) -> FsspecStore:
176176
"""
177-
Create a FsspecStore from an upath object.
177+
Create a FsspecStore from a FSMap object.
178178
179179
Parameters
180180
----------
181+
fs_map : FSMap
182+
Fsspec mutable mapping object.
181183
read_only : bool
182184
Whether the store is read-only, defaults to False.
183185
allowed_exceptions : tuple, optional

0 commit comments

Comments
 (0)