Skip to content

Commit 7529477

Browse files
committed
reformat docstring
1 parent a88069f commit 7529477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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. If ``None``, the default array runtime configuration will be used. This default
4528+
Configuration for this array.
4529+
If ``None``, the default array runtime configuration will be used. This default
45294530
is stored in the global configuration object.
45304531
45314532
Returns

0 commit comments

Comments
 (0)