Skip to content

Commit 9ae80ad

Browse files
d-v-bjhamman
andauthored
Update src/zarr/api/synchronous.py
Co-authored-by: Joe Hamman <[email protected]>
1 parent 4b393f1 commit 9ae80ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zarr/api/synchronous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ def open(
163163
If using an fsspec URL to create the store, these will be passed to
164164
the backend implementation. Ignored otherwise.
165165
**kwargs
166-
Additional parameters are passed through to :func:`zarr.creation.open_array` or
167-
:func:`zarr.hierarchy.open_group`.
166+
Additional parameters are passed through to :func:`zarr.api.asynchronous.open_array` or
167+
:func:`zarr.api.asynchronous.open_group`.
168168
169169
Returns
170170
-------

0 commit comments

Comments
 (0)