Skip to content

Commit 19510e9

Browse files
committed
typo
1 parent 44da2df commit 19510e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/zarr/core/group.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)