summaryrefslogtreecommitdiff
path: root/pywal/util.py
diff options
context:
space:
mode:
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)