We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77254f0 commit 3b1ddd4Copy full SHA for 3b1ddd4
app/routes/v2/locations.py
@@ -25,7 +25,7 @@ def location(id):
25
# Retrieve location with the provided id.
26
location = jhu.get(id)
27
28
- # Fetch the timelines.
+ # Get all the timelines.
29
timelines = {
30
'confirmed': location.confirmed.serialize(),
31
'deaths' : location.deaths.serialize(),
0 commit comments