Skip to content

Commit b7c443e

Browse files
committed
Fix link in require_array
1 parent 9d02f10 commit b7c443e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ async def require_array(
11711171
) -> AnyAsyncArray:
11721172
"""Obtain an array, creating if it doesn't exist.
11731173
1174-
Other `kwargs` are as per [zarr.AsyncGroup.create_dataset][].
1174+
Other `kwargs` are as per [zarr.AsyncGroup.create_array][].
11751175
11761176
Parameters
11771177
----------

0 commit comments

Comments
 (0)