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 @@ -4252,8 +4252,8 @@ async def from_array(
4252
4252
which is to choose default filters based on the data type of the array and the Zarr format specified.
4253
4253
For all data types in Zarr V3, and most data types in Zarr V2, the default filters are the empty tuple ``()``.
4254
4254
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
4257
4257
single element which is a codec specific to that particular data type.
4258
4258
4259
4259
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