Fix incorrect docstring

This commit is contained in:
Edward Betts 2024-03-05 07:44:12 +01:00
parent 5fdfd9d533
commit 0e7a4c2386

View file

@ -13,7 +13,7 @@ config = __import__("config.default", fromlist=[""])
async def get_bank_holidays() -> list[StrDict]: 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) return await agenda.uk_holiday.get_holiday_list(config.DATA_DIR)