Skip to content

Commit 38f9551

Browse files
Update src/zarr/core/array.py
Co-authored-by: Joe Hamman <[email protected]>
1 parent 0f5b59f commit 38f9551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ def from_dict(
13671367
store_path : StorePath
13681368
The path within the store where the array should be created.
13691369
1370-
data : dict of str to JSON
1370+
data : dict
13711371
A dictionary representing the array data. This dictionary should include necessary metadata
13721372
for the array, such as shape, dtype, fill value, and attributes.
13731373

0 commit comments

Comments
 (0)