Skip to content

Commit 08bfd1c

Browse files
d-v-bTomAugspurger
andauthored
Update src/zarr/api/asynchronous.py
Co-authored-by: Tom Augspurger <[email protected]>
1 parent f9d4a16 commit 08bfd1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/zarr/api/asynchronous.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -906,10 +906,10 @@ async def create(
906906
shape : int or tuple of ints
907907
Array shape.
908908
chunks : int or tuple of ints, optional
909-
Chunk shape. If True, will be guessed from `shape` and `dtype`. If
910-
False, will be set to `shape`, i.e., single chunk for the whole array.
909+
Chunk shape. If True, will be guessed from ``shape`` and ``dtype``. If
910+
False, will be set to ``shape``, i.e., single chunk for the whole array.
911911
If an int, the chunk size in each dimension will be given by the value
912-
of `chunks`. Default is True.
912+
of ``chunks``. Default is True.
913913
dtype : str or dtype, optional
914914
NumPy dtype.
915915
compressor : Codec, optional

0 commit comments

Comments
 (0)