Skip to content

Commit 5ea0f37

Browse files
committed
typo
1 parent 8574997 commit 5ea0f37

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/zarr/api/synchronous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ def create_array(
803803
List of compressors to apply to the array. Compressors are applied in order, and after any
804804
filters are applied (if any are specified) and the data is serialized into bytes.
805805
806-
For Zarr format 3, a "compressor" is a codec that takes a bytestrea, and
806+
For Zarr format 3, a "compressor" is a codec that takes a bytestream, and
807807
returns another bytestream. Multiple compressors my be provided for Zarr format 3.
808808
If no ``compressors`` are provided, a default set of compressors will be used.
809809
These defaults can be changed by modifying the value of ``array.v3_default_compressors``

src/zarr/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3793,7 +3793,7 @@ async def create_array(
37933793
List of compressors to apply to the array. Compressors are applied in order, and after any
37943794
filters are applied (if any are specified) and the data is serialized into bytes.
37953795
3796-
For Zarr format 3, a "compressor" is a codec that takes a bytestrea, and
3796+
For Zarr format 3, a "compressor" is a codec that takes a bytestream, and
37973797
returns another bytestream. Multiple compressors my be provided for Zarr format 3.
37983798
If no ``compressors`` are provided, a default set of compressors will be used.
37993799
These defaults can be changed by modifying the value of ``array.v3_default_compressors``

src/zarr/core/group.py

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

Comments
 (0)