Fix example

This commit is contained in:
Roy Nieterau 2022-09-26 15:30:54 +02:00
parent 6815eb4e80
commit 3af46fb927

View file

@ -337,8 +337,8 @@ class HSLAColor:
as float (0-1 range). as float (0-1 range).
Examples: Examples:
"hsl(27, 0.7, 0.3)" "hsla(27, 0.7, 0.3, 0.5)"
"hsl(27, 70%, 30%)" "hsla(27, 70%, 30%, 0.5)"
""" """
def __init__(self, value): def __init__(self, value):
modified_color = value.lower().strip() modified_color = value.lower().strip()