From 3c2f1b84449d2e551ebcaf30ae0a8a53d4f5beb3 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Fri, 14 Feb 2020 19:24:55 +0100 Subject: [PATCH] doc/builtins: update to remove brightness This setting has previously been removed but the docstring was not updated. --- pybricks/builtins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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