We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b393f1 commit 9ae80adCopy full SHA for 9ae80ad
src/zarr/api/synchronous.py
@@ -163,8 +163,8 @@ def open(
163
If using an fsspec URL to create the store, these will be passed to
164
the backend implementation. Ignored otherwise.
165
**kwargs
166
- Additional parameters are passed through to :func:`zarr.creation.open_array` or
167
- :func:`zarr.hierarchy.open_group`.
+ Additional parameters are passed through to :func:`zarr.api.asynchronous.open_array` or
+ :func:`zarr.api.asynchronous.open_group`.
168
169
Returns
170
-------
0 commit comments