From 084269cf0dc06f6eb6d15329f9788397d3ee2911 Mon Sep 17 00:00:00 2001 From: David Bronke Date: Fri, 8 Jan 2016 02:12:32 +0000 Subject: [PATCH] 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. --- i3pystatus/moon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/moon.py b/i3pystatus/moon.py index ad22f21..932a7d3 100644 --- a/i3pystatus/moon.py +++ b/i3pystatus/moon.py @@ -46,7 +46,7 @@ class MoonPhase(IntervalModule): "Full Moon": "FM", "Waning Gibbous": "WanGib", "Last Quarter": "LQ", - "Waning Cresent": "WanCres", + "Waning Crescent": "WanCres", } color = {