Skip to content

Commit 9cd823e

Browse files
committed
update docstring for make_store_path
1 parent 18ff19b commit 9cd823e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ async def make_store_path(
299299
300300
Parameters
301301
----------
302-
store_like : StoreLike, optional
302+
store_like : StoreLike or None, default=None
303303
The object to convert to a `StorePath` object.
304304
path : str | None, optional
305305
The path to use when creating the `StorePath` object. If None, the

0 commit comments

Comments
 (0)