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 a88069f commit 7529477Copy full SHA for 7529477
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. If ``None``, the default array runtime configuration will be used. This default
+ Configuration for this array.
4529
+ If ``None``, the default array runtime configuration will be used. This default
4530
is stored in the global configuration object.
4531
4532
Returns
0 commit comments