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 @@ -449,8 +449,8 @@ async def create(
449449 The memory of the array (default is "C").
450450 If ``zarr_format`` is 2, this parameter sets the memory order of the array.
451451 If `zarr_format`` is 3, then this parameter is deprecated, because memory order
452- is a runtime parameter for zarr 3 arrays. The recommended way to specify the memory
453- order for zarr v3 arrays is via the ``config`` parameter, e.g. ``{'config': 'C'}``.
452+ is a runtime parameter for Zarr 3 arrays. The recommended way to specify the memory
453+ order for Zarr 3 arrays is via the ``config`` parameter, e.g. ``{'config': 'C'}``.
454454 filters : list[dict[str, JSON]], optional
455455 Sequence of filters to use to encode chunk data prior to compression.
456456 V2 only. V3 arrays should use ``codecs`` instead. If neither ``compressor``
You can’t perform that action at this time.
0 commit comments