Skip to content

Commit 6961d4f

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

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
@@ -2935,7 +2935,7 @@ def update_attributes(self, new_attributes: dict[str, JSON]) -> Array:
29352935
29362936
Parameters
29372937
----------
2938-
new_attributes : dict of str to JSON
2938+
new_attributes : dict
29392939
A dictionary of new attributes to update or add to the array. The keys represent attribute
29402940
names, and the values must be JSON-compatible.
29412941

0 commit comments

Comments
 (0)