Skip to content

Commit 8a05f7f

Browse files
d-v-bnormanrz
andauthored
Update src/zarr/core/array.py
Co-authored-by: Norman Rzepka <[email protected]>
1 parent 6a066a8 commit 8a05f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zarr/core/array.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,8 +1583,8 @@ def create(
15831583
The memory of the array (default is "C").
15841584
If ``zarr_format`` is 2, this parameter sets the memory order of the array.
15851585
If `zarr_format`` is 3, then this parameter is deprecated, because memory order
1586-
is a runtime parameter for zarr 3 arrays. The recommended way to specify the memory
1587-
order for zarr v3 arrays is via the ``config`` parameter, e.g. ``{'order': 'C'}``.
1586+
is a runtime parameter for Zarr 3 arrays. The recommended way to specify the memory
1587+
order for Zarr 3 arrays is via the ``config`` parameter, e.g. ``{'order': 'C'}``.
15881588
filters : list[dict[str, JSON]], optional
15891589
Sequence of filters to use to encode chunk data prior to compression.
15901590
V2 only. V3 arrays should use ``codecs`` instead. If neither ``compressor``

0 commit comments

Comments
 (0)