We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b9466 commit a88069fCopy full SHA for a88069f
1 file changed
src/zarr/core/array.py
@@ -4525,7 +4525,8 @@ async def init_array(
4525
overwrite : bool, default False
4526
Whether to overwrite an array with the same name in the store, if one exists.
4527
config : ArrayConfigLike or None, default=None
4528
- Configuration for this array (default is None).
+ Configuration for this array. If ``None``, the default array runtime configuration will be used. This default
4529
+ is stored in the global configuration object.
4530
4531
Returns
4532
-------
0 commit comments