Skip to content

Commit 2ff3587

Browse files
d-v-bjhamman
andauthored
Update src/zarr/api/synchronous.py
Co-authored-by: Joe Hamman <[email protected]>
1 parent f94bdd8 commit 2ff3587

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/zarr/api/synchronous.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,11 @@ def empty(shape: ChunkCoords, **kwargs: Any) -> Array:
685685
Shape of the empty array.
686686
**kwargs
687687
Keyword arguments passed to :func:`zarr.api.asynchronous.create`.
688+
689+
Returns
690+
-------
691+
Array
692+
The new array.
688693
689694
Notes
690695
-----

0 commit comments

Comments
 (0)