Skip to content

Commit 18ff19b

Browse files
committed
fix rst
1 parent 72622fd commit 18ff19b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/zarr/api/asynchronous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ async def create(
920920
Zarr format 2 only. Zarr format 3 arrays should use ``codecs`` instead.
921921
922922
If neither ``compressor`` nor ``filters`` are provided, the default compressor
923-
:class:`zarr.codecs.ZstdCodec`is used.
923+
:class:`zarr.codecs.ZstdCodec` is used.
924924
925925
If ``compressor`` is set to ``None``, no compression is used.
926926
fill_value : Any, optional

src/zarr/api/synchronous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def create(
652652
Zarr format 2 only. Zarr format 3 arrays should use ``codecs`` instead.
653653
654654
If neither ``compressor`` nor ``filters`` are provided, the default compressor
655-
:class:`zarr.codecs.ZstdCodec`is used.
655+
:class:`zarr.codecs.ZstdCodec` is used.
656656
657657
If ``compressor`` is set to ``None``, no compression is used.
658658
fill_value : Any, optional

0 commit comments

Comments
 (0)