diff options
| author | Dylan Araps <[email protected]> | 2017-07-02 23:30:09 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-02 23:30:09 +1000 |
| commit | 85ae880755d7c983f5c4df9826c7575a21f13002 (patch) | |
| tree | b6db90a6a93f226268e36ff59b9b32dac189efb1 | |
| parent | wallpaper: Update docs (diff) | |
| download | pywal-85ae880755d7c983f5c4df9826c7575a21f13002.tar.xz pywal-85ae880755d7c983f5c4df9826c7575a21f13002.zip | |
util: Update docs
| -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 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", |