aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-02 23:30:09 +1000
committerGitHub <[email protected]>2017-07-02 23:30:09 +1000
commit85ae880755d7c983f5c4df9826c7575a21f13002 (patch)
treeb6db90a6a93f226268e36ff59b9b32dac189efb1
parentwallpaper: Update docs (diff)
downloadpywal-85ae880755d7c983f5c4df9826c7575a21f13002.tar.xz
pywal-85ae880755d7c983f5c4df9826c7575a21f13002.zip
util: Update docs
-rw-r--r--pywal/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/util.py b/pywal/util.py
index ab5debf..2b9e3ef 100644
--- a/pywal/util.py
+++ b/pywal/util.py
@@ -23,7 +23,7 @@ class Color:
def set_grey(colors):
- """Set a grey color based on the brightness
+ """Set a grey color based on the brightness
of another color."""
return {
"0": "#666666",