Skip to content

Commit a295c2d

Browse files
authored
Update README.md
1 parent 1b7e266 commit a295c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ start = datetime(2018, 1, 1)
4848
end = datetime(2018, 12, 31)
4949

5050
# Create Point for Vancouver, BC
51-
vancouver = Point(49.2497, -123.1193, 70)
51+
location = Point(49.2497, -123.1193, 70)
5252

5353
# Get daily data for 2018
54-
data = Daily(vancouver, start, end)
54+
data = Daily(location, start, end)
5555
data = data.fetch()
5656

5757
# Plot line chart including average, minimum and maximum temperature

0 commit comments

Comments
 (0)