Skip to content

Commit 4550a96

Browse files
committed
Fix creation links
1 parent d7e7ea7 commit 4550a96

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/api/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
@@ -196,7 +196,7 @@ def open(
196196
If using an fsspec URL to create the store, these will be passed to
197197
the backend implementation. Ignored otherwise.
198198
**kwargs
199-
Additional parameters are passed through to [`zarr.creation.open_array`][] or
199+
Additional parameters are passed through to [`zarr.api.asynchronous.open_array`][] or
200200
[`open_group`][zarr.api.asynchronous.open_group].
201201
202202
Returns

0 commit comments

Comments
 (0)