summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylanaraps@users.noreply.github.com>2017-07-02 23:30:09 +1000
committerGitHub <noreply@github.com>2017-07-02 23:30:09 +1000
commit85ae880755d7c983f5c4df9826c7575a21f13002 (patch)
treeb6db90a6a93f226268e36ff59b9b32dac189efb1
parent4bfa9a99d95db589fb9208bfbe7a9c47eaae6f67 (diff)
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",