Skip to content

Commit d6b9466

Browse files
authored
Update src/zarr/core/array.py
1 parent 38fe656 commit d6b9466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4524,7 +4524,7 @@ async def init_array(
45244524
Zarr format 3 only. Zarr format 2 arrays should not use this parameter.
45254525
overwrite : bool, default False
45264526
Whether to overwrite an array with the same name in the store, if one exists.
4527-
config : ArrayConfigLike or None, optional
4527+
config : ArrayConfigLike or None, default=None
45284528
Configuration for this array (default is None).
45294529
45304530
Returns

0 commit comments

Comments
 (0)