Skip to content

Commit 3a34349

Browse files
committed
Fix creation links
1 parent bd251a8 commit 3a34349

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/api/zarr/deprecated/creation.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/zarr/api/synchronous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def open(
197197
If using an fsspec URL to create the store, these will be passed to
198198
the backend implementation. Ignored otherwise.
199199
**kwargs
200-
Additional parameters are passed through to [`zarr.creation.open_array`][] or
200+
Additional parameters are passed through to [`zarr.api.asynchronous.open_array`][] or
201201
[`open_group`][zarr.api.asynchronous.open_group].
202202
203203
Returns

0 commit comments

Comments
 (0)