mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
doc/builtins: update to remove brightness
This setting has previously been removed but the docstring was not updated.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user