Skip to content

Commit b8d9648

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4498,7 +4498,7 @@ async def init_array(
44984498
type of the array and the Zarr format specified. For all data types in Zarr V3, and most
44994499
data types in Zarr V2, the default filters are empty. The only cases where default filters
45004500
are not empty is when the Zarr format is 2, and the data type is a variable-length data type like
4501-
`:class:zarr.dtype.VariableLengthUTF8` or `:class:zarr.dtype.VariableLengthUTF8`. In these cases,
4501+
:class:`zarr.dtype.VariableLengthUTF8` or :class:`zarr.dtype.VariableLengthUTF8`. In these cases,
45024502
the default filters contains a single element which is a codec specific to that particular data type.
45034503
45044504
To create an array with no filters, provide an empty iterable or the value ``None``.

0 commit comments

Comments
 (0)