Skip to content

Commit a88069f

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/zarr/core/array.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4525,7 +4525,8 @@ async def init_array(
45254525
overwrite : bool, default False
45264526
Whether to overwrite an array with the same name in the store, if one exists.
45274527
config : ArrayConfigLike or None, default=None
4528-
Configuration for this array (default is None).
4528+
Configuration for this array. If ``None``, the default array runtime configuration will be used. This default
4529+
is stored in the global configuration object.
45294530
45304531
Returns
45314532
-------

0 commit comments

Comments
 (0)