diff --git a/rest_server/data_sources/todays_institutions.py b/rest_server/data_sources/todays_institutions.py index ada0aa4a..4b63a04d 100644 --- a/rest_server/data_sources/todays_institutions.py +++ b/rest_server/data_sources/todays_institutions.py @@ -12,7 +12,7 @@ def convert_krs_institution( inst: str, attrs: dict[str, str], ) -> uut.Institution: - """Convert from krs response data to list[uut.Institution].""" + """Convert from krs response dict to an Institution instance.""" try: has_mou = strtobool(attrs.get("has_mou", "false")) if has_mou and "name" not in attrs: