Fix typo
This commit is contained in:
parent
5e70cbd633
commit
19a9015dba
|
@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue