@@ -1045,7 +1045,7 @@ async def create_array(
10451045 chunk to bytes.
10461046
10471047 For Zarr format 3, a "filter" is a codec that takes an array and returns an array,
1048- and these values must be instances of ``ArrayArrayCodec``, or dict representations
1048+ and these values must be instances of ``ArrayArrayCodec``, or dict or string representations
10491049 of ``ArrayArrayCodec``.
10501050 If no ``filters`` are provided, a default set of filters will be used.
10511051 These defaults can be changed by modifying the value of ``array.v3_default_filters``
@@ -2280,7 +2280,7 @@ def create_array(
22802280 chunk to bytes.
22812281
22822282 For Zarr format 3, a "filter" is a codec that takes an array and returns an array,
2283- and these values must be instances of ``ArrayArrayCodec``, or dict representations
2283+ and these values must be instances of ``ArrayArrayCodec``, or dict or string representations
22842284 of ``ArrayArrayCodec``.
22852285 If no ``filters`` are provided, a default set of filters will be used.
22862286 These defaults can be changed by modifying the value of ``array.v3_default_filters``
@@ -2678,7 +2678,7 @@ def array(
26782678 chunk to bytes.
26792679
26802680 For Zarr format 3, a "filter" is a codec that takes an array and returns an array,
2681- and these values must be instances of ``ArrayArrayCodec``, or dict representations
2681+ and these values must be instances of ``ArrayArrayCodec``, or dict or string representations
26822682 of ``ArrayArrayCodec``.
26832683 If no ``filters`` are provided, a default set of filters will be used.
26842684 These defaults can be changed by modifying the value of ``array.v3_default_filters``
0 commit comments