Skip to content

Commit 6a066a8

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

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
@@ -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``

0 commit comments

Comments
 (0)