Skip to content

Commit 3b1ddd4

Browse files
author
ExpDev07
committed
comment
1 parent 77254f0 commit 3b1ddd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/v2/locations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def location(id):
2525
# Retrieve location with the provided id.
2626
location = jhu.get(id)
2727

28-
# Fetch the timelines.
28+
# Get all the timelines.
2929
timelines = {
3030
'confirmed': location.confirmed.serialize(),
3131
'deaths' : location.deaths.serialize(),

0 commit comments

Comments
 (0)