diff --git a/pybricks/builtins.py b/pybricks/builtins.py index 709e03e..2af0f94 100644 --- a/pybricks/builtins.py +++ b/pybricks/builtins.py @@ -407,7 +407,7 @@ class ColorLight(): """Control a multi-color light.""" def on(self, color): - """Turn on the light at the specified color and brightness. + """Turn on the light at the specified color. Arguments: color (Color): Color of the light. The light turns off if you