From d8d0297d8968380879718758493fd135b5234591 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 22 Jul 2017 09:50:35 +1000 Subject: [PATCH] general: Fix comment --- pywal/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywal/util.py b/pywal/util.py index 0891feb..b109744 100644 --- a/pywal/util.py +++ b/pywal/util.py @@ -108,7 +108,7 @@ def disown(*cmd): def msg(input_msg, quiet): - """Print to the terminal and a libnotify + """Print to the terminal and display a libnotify notification.""" if not quiet: disown("notify-send", input_msg)