Skip to content

Commit 439a455

Browse files
authored
minor doc fix (#937)
1 parent 22ded1d commit 439a455

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zarr/creation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ def create(shape, chunks=True, dtype=None, compressor='default',
6868
A codec to encode object arrays, only needed if dtype=object.
6969
dimension_separator : {'.', '/'}, optional
7070
Separator placed between the dimensions of a chunk.
71+
7172
.. versionadded:: 2.8
73+
7274
write_empty_chunks : bool, optional
7375
If True (default), all chunks will be stored regardless of their
7476
contents. If False, each chunk is compared to the array's fill

0 commit comments

Comments
 (0)