fix spelling (#822)

This is a pull request to fix #822, where
> the words “ultraviolet” and “until” are misspelled `/lib/fields.py`:
>
> - dabfc55c8b/lib/fields.py (L33)
> - dabfc55c8b/lib/fields.py (L94)
> - dabfc55c8b/lib/fields.py (L97)
> - 8dc0e08f5e/lib/fields.py (L100)
> - dabfc55c8b/lib/fields.py (L103)

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
pull/823/head
Lucas Larson 2 years ago
parent 60e1a3bf68
commit ca54ff4d2d
No known key found for this signature in database

@ -30,7 +30,7 @@ DESCRIPTION = {
"Temperature in Fahrenheit", "Temperature in Fahrenheit",
"temperature_fahrenheit"), "temperature_fahrenheit"),
"uvIndex": ( "uvIndex": (
"Ultaviolet Radiation Index", "Ultraviolet Radiation Index",
"uv_index"), "uv_index"),
"visibility": ( "visibility": (
"Visible Distance in Kilometres", "Visible Distance in Kilometres",
@ -91,15 +91,15 @@ DESCRIPTION = {
# astronomy fields with time # astronomy fields with time
"moonrise": ( "moonrise": (
"Minutes since start of the day untill the moon appears above the horizon", "Minutes since start of the day until the moon appears above the horizon",
"astronomy_moonrise_min"), "astronomy_moonrise_min"),
"moonset": ( "moonset": (
"Minutes since start of the day untill the moon disappears below the horizon", "Minutes since start of the day until the moon disappears below the horizon",
"astronomy_moonset_min"), "astronomy_moonset_min"),
"sunrise": ( "sunrise": (
"Minutes since start of the day untill the sun appears above the horizon", "Minutes since start of the day until the sun appears above the horizon",
"astronomy_sunrise_min"), "astronomy_sunrise_min"),
"sunset": ( "sunset": (
"Minutes since start of the day untill the moon disappears below the horizon", "Minutes since start of the day until the moon disappears below the horizon",
"astronomy_sunset_min"), "astronomy_sunset_min"),
} }

Loading…
Cancel
Save