This commit is contained in:
Edward Betts 2024-07-07 19:20:54 +01:00
parent 5e70cbd633
commit 19a9015dba

View file

@ -550,7 +550,7 @@ def trip_page(start: str) -> str:
get_country=agenda.get_country,
format_list_with_ampersand=format_list_with_ampersand,
holidays=holidays,
euman_readable_delta=agenda.utils.human_readable_delta,
human_readable_delta=agenda.utils.human_readable_delta,
)