@@ -1067,7 +1067,7 @@ async def create_array(
10671067 List of compressors to apply to the array. Compressors are applied in order, and after any
10681068 filters are applied (if any are specified).
10691069
1070- For Zarr format 3, a "compressor" is a codec that takes a bytestrea , and
1070+ For Zarr format 3, a "compressor" is a codec that takes a bytestream , and
10711071 returns another bytestream. Multiple compressors my be provided for Zarr format 3.
10721072 If ``filters`` and ``compressors`` are not specified, then the default codecs for
10731073 Zarr format 3 will be used.
@@ -2314,7 +2314,7 @@ def create_array(
23142314 List of compressors to apply to the array. Compressors are applied in order, and after any
23152315 filters are applied (if any are specified).
23162316
2317- For Zarr format 3, a "compressor" is a codec that takes a bytestrea , and
2317+ For Zarr format 3, a "compressor" is a codec that takes a bytestream , and
23182318 returns another bytestream. Multiple compressors my be provided for Zarr format 3.
23192319 If ``filters`` and ``compressors`` are not specified, then the default codecs for
23202320 Zarr format 3 will be used.
@@ -2699,7 +2699,7 @@ def array(
26992699 List of compressors to apply to the array. Compressors are applied in order, and after any
27002700 filters are applied (if any are specified).
27012701
2702- For Zarr format 3, a "compressor" is a codec that takes a bytestrea , and
2702+ For Zarr format 3, a "compressor" is a codec that takes a bytestream , and
27032703 returns another bytestream. Multiple compressors my be provided for Zarr format 3.
27042704 If ``filters`` and ``compressors`` are not specified, then the default codecs for
27052705 Zarr format 3 will be used.
0 commit comments