diff --git a/update_bank_holiday_list.py b/update_bank_holiday_list.py index 98adb0c..90a62c1 100755 --- a/update_bank_holiday_list.py +++ b/update_bank_holiday_list.py @@ -13,7 +13,7 @@ config = __import__("config.default", fromlist=[""]) async def get_bank_holidays() -> list[StrDict]: - """Call space launch API and cache results.""" + """Call UK Government bank holidays API and cache results.""" return await agenda.uk_holiday.get_holiday_list(config.DATA_DIR)