From 2fe7ad1c41532b933105831e3a67f792eac5c1d7 Mon Sep 17 00:00:00 2001 From: Georg Sieber Date: Fri, 5 Jun 2015 21:39:17 +0200 Subject: [PATCH] more formatting fixes --- i3pystatus/dpms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/dpms.py b/i3pystatus/dpms.py index f571f3b..644fed8 100644 --- a/i3pystatus/dpms.py +++ b/i3pystatus/dpms.py @@ -6,10 +6,10 @@ class DPMS(IntervalModule): """ Shows and toggles status of DPMS which prevents screen from blanking. - .. rubric:: Available formatters * `{status}` — the current status of DPMS + @author Georg Sieber """