summaryrefslogtreecommitdiff
path: root/pywal/util.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-22 09:50:35 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-22 09:50:35 +1000
commitd8d0297d8968380879718758493fd135b5234591 (patch)
treee6a60d74ce43e98298ebcf119364354fef7b63bd /pywal/util.py
parent12f9211cd4a255226d151545e0532c8507af7361 (diff)
general: Fix comment
Diffstat (limited to 'pywal/util.py')
-rw-r--r--pywal/util.py2
1 files changed, 1 insertions, 1 deletions
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)