Skip to content

Commit 122957b

Browse files
committed
Fix link in require_array
1 parent 1d9c69a commit 122957b

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
@@ -1162,7 +1162,7 @@ async def require_array(
11621162
) -> AsyncArray[ArrayV2Metadata] | AsyncArray[ArrayV3Metadata]:
11631163
"""Obtain an array, creating if it doesn't exist.
11641164
1165-
Other `kwargs` are as per [zarr.AsyncGroup.create_dataset][].
1165+
Other `kwargs` are as per [zarr.AsyncGroup.create_array][].
11661166
11671167
Parameters
11681168
----------

0 commit comments

Comments
 (0)