From 83b6bdbdc6df629455860078eff436e68f188227 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 29 Mar 2025 08:39:30 +0900 Subject: [PATCH] chore: update weatherclearoutside.py (#496) reponse -> response --- src/akkudoktoreos/prediction/weatherclearoutside.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)