Skip to content

Commit 545cacb

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/zarr/api/synchronous.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,8 +1149,9 @@ def create_hierarchy(
11491149
allow_root: bool = True,
11501150
) -> Iterator[Group | Array]:
11511151
"""
1152-
Create a complete zarr hierarchy concurrently. Groups that are implicitly defined by the input
1153-
will be created as needed.
1152+
Create a complete zarr hierarchy from a collection of metadata objects.
1153+
1154+
Groups that are implicitly defined by the input will be created as needed.
11541155
11551156
This function takes a parsed hierarchy dictionary and creates all the nodes in the hierarchy
11561157
concurrently. Arrays and Groups are yielded in the order they are created.

0 commit comments

Comments
 (0)