Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkarls committed May 9, 2022
1 parent 73e1523 commit b39edeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sondera/clients/smhi/metobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def _make_request(api_url):
if api_get_result.status_code == 404:
message = (api_get_result.reason +
". This probably means that either the station, parameter "
"and/or period is not valid. Note that some stations do not have "
"all periods available.")
"and/or period is not valid. Note that all periods are not "
"available for all stations.")
else:
message = api_get_result.reason

Expand Down

0 comments on commit b39edeb

Please sign in to comment.