@@ -1066,7 +1066,7 @@ async def create_array(
10661066 List of compressors to apply to the array. Compressors are applied in order, and after any
10671067 filters are applied (if any are specified) and the data is serialized into bytes.
10681068
1069- For Zarr format 3, a "compressor" is a codec that takes a bytestrea , and
1069+ For Zarr format 3, a "compressor" is a codec that takes a bytestream , and
10701070 returns another bytestream. Multiple compressors my be provided for Zarr format 3.
10711071 If no ``compressors`` are provided, a default set of compressors will be used.
10721072 These defaults can be changed by modifying the value of ``array.v3_default_compressors``
@@ -2321,7 +2321,7 @@ def create_array(
23212321 List of compressors to apply to the array. Compressors are applied in order, and after any
23222322 filters are applied (if any are specified) and the data is serialized into bytes.
23232323
2324- For Zarr format 3, a "compressor" is a codec that takes a bytestrea , and
2324+ For Zarr format 3, a "compressor" is a codec that takes a bytestream , and
23252325 returns another bytestream. Multiple compressors my be provided for Zarr format 3.
23262326 If no ``compressors`` are provided, a default set of compressors will be used.
23272327 These defaults can be changed by modifying the value of ``array.v3_default_compressors``
@@ -2709,7 +2709,7 @@ def array(
27092709 List of compressors to apply to the array. Compressors are applied in order, and after any
27102710 filters are applied (if any are specified) and the data is serialized into bytes.
27112711
2712- For Zarr format 3, a "compressor" is a codec that takes a bytestrea , and
2712+ For Zarr format 3, a "compressor" is a codec that takes a bytestream , and
27132713 returns another bytestream. Multiple compressors my be provided for Zarr format 3.
27142714 If no ``compressors`` are provided, a default set of compressors will be used.
27152715 These defaults can be changed by modifying the value of ``array.v3_default_compressors``
0 commit comments