Skip to content

Commit eeeac97

Browse files
committed
Fix creation links
1 parent 1d73caa commit eeeac97

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
@@ -190,7 +190,7 @@ def open(
190190
If using an fsspec URL to create the store, these will be passed to
191191
the backend implementation. Ignored otherwise.
192192
**kwargs
193-
Additional parameters are passed through to [`zarr.creation.open_array`][] or
193+
Additional parameters are passed through to [`zarr.api.asynchronous.open_array`][] or
194194
[`open_group`][zarr.api.asynchronous.open_group].
195195
196196
Returns

0 commit comments

Comments
 (0)