Fix typo in MoonPhase.status.

This fixes the default shown in the docs, so copy/pasting it into your config won't end up giving you a broken `Waning Crescent` mapping.
This commit is contained in:
David Bronke 2016-01-08 02:12:32 +00:00
parent c591356fc0
commit 084269cf0d

View File

@ -46,7 +46,7 @@ class MoonPhase(IntervalModule):
"Full Moon": "FM", "Full Moon": "FM",
"Waning Gibbous": "WanGib", "Waning Gibbous": "WanGib",
"Last Quarter": "LQ", "Last Quarter": "LQ",
"Waning Cresent": "WanCres", "Waning Crescent": "WanCres",
} }
color = { color = {