aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",