From 91ae15e4b835bfa4dfa02821b52d288efd5c0817 Mon Sep 17 00:00:00 2001 From: Ric Evans Date: Thu, 16 Nov 2023 13:46:08 -0600 Subject: [PATCH] comment --- rest_server/data_sources/todays_institutions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: