From 8f30d97f86a6d4189457b4dbfda34f8a3964017e 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 a6ee2b1..3032b63 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.general.latitude, 2)