Skip to content

Commit 44da2df

Browse files
normanrzdstansby
andauthored
Update src/zarr/core/array.py
Co-authored-by: David Stansby <[email protected]>
1 parent c0363fc commit 44da2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3718,7 +3718,7 @@ async def create_array(
37183718
List of compressors to apply to the array. Compressors are applied in order, and after any
37193719
filters are applied (if any are specified).
37203720
3721-
For Zarr format 3, a "compressor" is a codec that takes a bytestrea, and
3721+
For Zarr format 3, a "compressor" is a codec that takes a bytestream, and
37223722
returns another bytestream. Multiple compressors my be provided for Zarr format 3.
37233723
If ``filters`` and ``compressors`` are not specified, then the default codecs for
37243724
Zarr format 3 will be used.

0 commit comments

Comments
 (0)