Fix minor typo
This commit is contained in:
parent
4ad209cc5c
commit
76bf0f2ddf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue