Skip to content

Commit 11e44a0

Browse files
d-v-bTomAugspurger
andauthored
Update src/zarr/core/array.py
Co-authored-by: Tom Augspurger <[email protected]>
1 parent 08bfd1c commit 11e44a0

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
@@ -4252,8 +4252,8 @@ async def from_array(
42524252
which is to choose default filters based on the data type of the array and the Zarr format specified.
42534253
For all data types in Zarr V3, and most data types in Zarr V2, the default filters are the empty tuple ``()``.
42544254
The only cases where default filters are not empty is when the Zarr format is 2, and the
4255-
data type is a variable-length data type like `:class:zarr.dtype.VariableLengthUTF8` or
4256-
`:class:zarr.dtype.VariableLengthUTF8`. In these cases, the default filters is a tuple with a
4255+
data type is a variable-length data type like :class:`zarr.dtype.VariableLengthUTF8` or
4256+
:class:`zarr.dtype.VariableLengthUTF8`. In these cases, the default filters is a tuple with a
42574257
single element which is a codec specific to that particular data type.
42584258
42594259
To create an array with no filters, provide an empty iterable or the value ``None``.

0 commit comments

Comments
 (0)