File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments