From 0bf17aa8332329f88988cd94b346bd040bbae764 Mon Sep 17 00:00:00 2001 From: Mikael Knutsson Date: Sun, 10 May 2015 09:57:45 +0200 Subject: [PATCH] Fixed an accidental replace in a bullet list --- i3pystatus/battery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/battery.py b/i3pystatus/battery.py index b78a8b8..c42636d 100644 --- a/i3pystatus/battery.py +++ b/i3pystatus/battery.py @@ -129,7 +129,7 @@ class BatteryChecker(IntervalModule): * `{percentage_design}` — absolute battery charge percentage * `{consumption (Watts)}` — current power flowing into/out of the battery * `{status}` - # `{no_of_batteries}` — The number of batteries included + * `{no_of_batteries}` — The number of batteries included * `{battery_ident}` — the same as the setting * `{bar}` —bar displaying the percentage graphically """