File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4498,7 +4498,7 @@ async def init_array(
4498
4498
type of the array and the Zarr format specified. For all data types in Zarr V3, and most
4499
4499
data types in Zarr V2, the default filters are empty. The only cases where default filters
4500
4500
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,
4502
4502
the default filters contains a single element which is a codec specific to that particular data type.
4503
4503
4504
4504
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