From 97ea1f76d339e7abcc12b0da9e4888c9b703f51e Mon Sep 17 00:00:00 2001 From: Arvedui Date: Sun, 6 Sep 2015 14:43:18 +0200 Subject: [PATCH] fix docs build error --- i3pystatus/shell.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/i3pystatus/shell.py b/i3pystatus/shell.py index b015879..9961eac 100644 --- a/i3pystatus/shell.py +++ b/i3pystatus/shell.py @@ -2,14 +2,13 @@ from i3pystatus import IntervalModule from i3pystatus.core.command import run_through_shell import logging -# logger = logging.getLogger(__name__) - class Shell(IntervalModule): """ Shows output of shell command .. rubric:: Available formatters + * `{output}` — just the striped command output without newlines """