1
0
Fork 0

Fix minor typo

This commit is contained in:
Luca Beltrame 2020-01-06 04:23:14 +01:00
parent 4ad209cc5c
commit 76bf0f2ddf
Signed by: einar
GPG key ID: 8DF631FD021DB0C5

View file

@ -299,7 +299,7 @@ def trip_summary(trip: HyperdiaTrip) -> str:
summary = (f"Total time: {trip.total_time} minutes,"
f" Total distance: {trip.total_distance},"
f" Total cost {trip.total_cost} JPY")
f" Total cost: {trip.total_cost} JPY")
return table + "\n\n" + summary + "\n\n"