aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-22 09:50:35 +1000
committerDylan Araps <[email protected]>2017-07-22 09:50:35 +1000
commitd8d0297d8968380879718758493fd135b5234591 (patch)
treee6a60d74ce43e98298ebcf119364354fef7b63bd
parentgeneral: Remove comments that just repeat what the code does. (diff)
downloadpywal-d8d0297d8968380879718758493fd135b5234591.tar.xz
pywal-d8d0297d8968380879718758493fd135b5234591.zip
general: Fix comment
-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)