Skip to content

Commit 53621a8

Browse files
Update malariagen_data/util.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 036b9d7 commit 53621a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

malariagen_data/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def _parse_single_region(resource, region: single_region_param_type) -> Region:
675675

676676
if not isinstance(region, str):
677677
raise TypeError(
678-
f"Expected region to be a dict or str, "
678+
f"Expected region to be a mapping or str, "
679679
f"got {type(region).__name__}: {region!r}"
680680
)
681681

0 commit comments

Comments
 (0)