File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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``
You can’t perform that action at this time.
0 commit comments