util: Update docs

This commit is contained in:
Dylan Araps 2017-07-02 23:30:09 +10:00 committed by GitHub
parent 4bfa9a99d9
commit 85ae880755

View file

@ -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",