Skip to content

Commit c502b7b

Browse files
committed
Fix async array docstring
1 parent 5ff2c4d commit c502b7b

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
@@ -336,7 +336,7 @@ async def open(
336336
If using an fsspec URL to create the store, these will be passed to
337337
the backend implementation. Ignored otherwise.
338338
**kwargs
339-
Additional parameters are passed through to [`zarr.creation.open_array`][] or
339+
Additional parameters are passed through to [`zarr.api.asynchronous.open_array`][] or
340340
[`open_group`][zarr.api.asynchronous.open_group].
341341
342342
Returns

0 commit comments

Comments
 (0)