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 38fe656 commit d6b9466Copy full SHA for d6b9466
src/zarr/core/array.py
@@ -4524,7 +4524,7 @@ async def init_array(
4524
Zarr format 3 only. Zarr format 2 arrays should not use this parameter.
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, optional
+ config : ArrayConfigLike or None, default=None
4528
Configuration for this array (default is None).
4529
4530
Returns
0 commit comments