We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0363fc commit 44da2dfCopy full SHA for 44da2df
src/zarr/core/array.py
@@ -3718,7 +3718,7 @@ async def create_array(
3718
List of compressors to apply to the array. Compressors are applied in order, and after any
3719
filters are applied (if any are specified).
3720
3721
- For Zarr format 3, a "compressor" is a codec that takes a bytestrea, and
+ For Zarr format 3, a "compressor" is a codec that takes a bytestream, and
3722
returns another bytestream. Multiple compressors my be provided for Zarr format 3.
3723
If ``filters`` and ``compressors`` are not specified, then the default codecs for
3724
Zarr format 3 will be used.
0 commit comments