Fix small typo in wttr_line.py

Signed-off-by: Achintya Rao <achintya.rao@cern.ch>
This commit is contained in:
Achintya Rao 2019-06-28 16:46:10 +02:00
parent 0717d05cbb
commit 2bce2e7dbc
No known key found for this signature in database
GPG Key ID: E76EB15E41600AF4

View File

@ -219,7 +219,7 @@ def format_weather_data(format_line, location, override_location, data, query):
"""
if 'data' not in data:
return 'Unknow location; please try ~%s' % location
return 'Unknown location; please try ~%s' % location
current_condition = data['data']['current_condition'][0]
current_condition['location'] = location
current_condition['override_location'] = override_location