summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-06-06 16:04:52 +0200
committerlassulus <lassulus@lassul.us>2022-06-06 16:04:52 +0200
commitbdc80e55411e197f89990e988f8b7e67c084d3d3 (patch)
treeab73f9e5070d7627aecfda45b3bc9ce846fce630
parentc98ec4f83b6c8ec613d38b97a125850423b9cdd2 (diff)
l radio weather_for_ips: use better english22.05
-rw-r--r--lass/2configs/radio/weather_for_ips.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/radio/weather_for_ips.py b/lass/2configs/radio/weather_for_ips.py
index 213e69d3..f7cc2dac 100644
--- a/lass/2configs/radio/weather_for_ips.py
+++ b/lass/2configs/radio/weather_for_ips.py
@@ -26,7 +26,7 @@ for ip in fileinput.input():
f'Weather report for {location.city.name}, {location.country.name}. '
f'Currently it is {weather["current"]["weather"][0]["description"]} outside '
f'with a temperature of {weather["current"]["temp"]} degrees, '
- f'and a windspeed of {weather["current"]["wind_speed"]} meter per second. '
+ f'and a wind speed of {weather["current"]["wind_speed"]} meters per second. '
f'The probability of precipitation is {weather["hourly"][0]["pop"] * 100} percent. '
)