Skip to content

Commit 9278ba8

Browse files
committed
Fix typo
1 parent c6d2312 commit 9278ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdio/core/utils_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def write_attribute(
9-
name: str, attribute: dict[str, Any], zarr_group: zarr.Grou
9+
name: str, attribute: dict[str, Any], zarr_group: zarr.Group
1010
) -> None:
1111
"""Write a mappable to Zarr array or group attribute.
1212

0 commit comments

Comments
 (0)