Skip to content

Commit c0363fc

Browse files
normanrzdstansby
andauthored
Apply suggestions from code review
Co-authored-by: David Stansby <[email protected]>
1 parent 94cce29 commit c0363fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user-guide/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Custom codecs
1010
-------------
1111

1212
.. note::
13-
This section explains how custom codecs can be created for Zarr format 3 data. For Zarr
13+
This section explains how custom codecs can be created for Zarr format 3 arrays. For Zarr
1414
format 2, codecs should subclass the
1515
`numcodecs.abc.Codec <https://numcodecs.readthedocs.io/en/stable/abc.html#numcodecs.abc.Codec>`_
1616
base class and register through

src/zarr/api/synchronous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def open_group(
511511
To explicitly *not* use consolidated metadata, set ``use_consolidated=False``,
512512
which will fall back to using the regular, non consolidated metadata.
513513
514-
Zarr format 2 allowed configuring the key storing the consolidated metadata
514+
Zarr format 2 allows configuring the key storing the consolidated metadata
515515
(``.zmetadata`` by default). Specify the custom key as ``use_consolidated``
516516
to load consolidated metadata from a non-default key.
517517
@@ -804,7 +804,7 @@ def create_array(
804804
List of compressors to apply to the array. Compressors are applied in order, and after any
805805
filters are applied (if any are specified).
806806
807-
For Zarr format 3, a "compressor" is a codec that takes a bytestrea, and
807+
For Zarr format 3, a "compressor" is a codec that takes a bytestream, and
808808
returns another bytestream. Multiple compressors my be provided for Zarr format 3.
809809
If ``filters`` and ``compressors`` are not specified, then the default codecs for
810810
Zarr format 3 will be used.

0 commit comments

Comments
 (0)