diff options
| author | Dylan Araps <[email protected]> | 2017-07-22 09:50:35 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-22 09:50:35 +1000 |
| commit | d8d0297d8968380879718758493fd135b5234591 (patch) | |
| tree | e6a60d74ce43e98298ebcf119364354fef7b63bd | |
| parent | general: Remove comments that just repeat what the code does. (diff) | |
| download | pywal-d8d0297d8968380879718758493fd135b5234591.tar.xz pywal-d8d0297d8968380879718758493fd135b5234591.zip | |
general: Fix comment
| -rw-r--r-- | pywal/util.py | 2 |
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) |