Skip to content

Commit 211fb2f

Browse files
committed
Merge pull request #3 from stursby/master
Fix price estimates typo
2 parents 979471d + a5f36ce commit 211fb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def time():
146146

147147
@app.route('/price', methods=['GET'])
148148
def price():
149-
"""Example call to the time estimates endpoint.
149+
"""Example call to the price estimates endpoint.
150150
151151
Returns the time estimates from the given lat/lng given below.
152152
"""

0 commit comments

Comments
 (0)