Fix incorrect docstring
This commit is contained in:
parent
5fdfd9d533
commit
0e7a4c2386
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue