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 @@ -1040,8 +1040,8 @@ def from_array(
1040
1040
which is to choose default filters based on the data type of the array and the Zarr format specified.
1041
1041
For all data types in Zarr V3, and most data types in Zarr V2, the default filters are the empty tuple ``()``.
1042
1042
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
1045
1045
single element which is a codec specific to that particular data type.
1046
1046
1047
1047
To create an array with no filters, provide an empty iterable or the value ``None``.
You can’t perform that action at this time.
0 commit comments