diff --git a/src/akkudoktoreos/prediction/weatherclearoutside.py b/src/akkudoktoreos/prediction/weatherclearoutside.py index cd32382..9d198ca 100644 --- a/src/akkudoktoreos/prediction/weatherclearoutside.py +++ b/src/akkudoktoreos/prediction/weatherclearoutside.py @@ -88,7 +88,7 @@ class WeatherClearOutside(WeatherProvider): """Requests weather forecast from ClearOutside. Returns: - response: Weather forecast request reponse from ClearOutside. + response: Weather forecast request response from ClearOutside. """ source = "https://clearoutside.com/forecast" latitude = round(self.config.latitude, 2)