Skip to content

Commit 98e069a

Browse files
committed
Fix async array docstring
1 parent d1bf7c4 commit 98e069a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/api/asynchronous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ async def open(
335335
If using an fsspec URL to create the store, these will be passed to
336336
the backend implementation. Ignored otherwise.
337337
**kwargs
338-
Additional parameters are passed through to [`zarr.creation.open_array`][] or
338+
Additional parameters are passed through to [`zarr.api.asynchronous.open_array`][] or
339339
[`open_group`][zarr.api.asynchronous.open_group].
340340
341341
Returns

0 commit comments

Comments
 (0)