Skip to content

Commit fba7441

Browse files
d-v-bTomAugspurger
andauthored
Update src/zarr/api/synchronous.py
Co-authored-by: Tom Augspurger <[email protected]>
1 parent 831f391 commit fba7441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zarr/api/synchronous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,8 +1040,8 @@ def from_array(
10401040
which is to choose default filters based on the data type of the array and the Zarr format specified.
10411041
For all data types in Zarr V3, and most data types in Zarr V2, the default filters are the empty tuple ``()``.
10421042
The only cases where default filters are not empty is when the Zarr format is 2, and the
1043-
data type is a variable-length data type like `:class:zarr.dtype.VariableLengthUTF8` or
1044-
`:class:zarr.dtype.VariableLengthUTF8`. In these cases, the default filters is a tuple with a
1043+
data type is a variable-length data type like :class:`zarr.dtype.VariableLengthUTF8` or
1044+
:class:`zarr.dtype.VariableLengthUTF8`. In these cases, the default filters is a tuple with a
10451045
single element which is a codec specific to that particular data type.
10461046
10471047
To create an array with no filters, provide an empty iterable or the value ``None``.

0 commit comments

Comments
 (0)