From 1970ef273d8b6768a2ed9646ffe1cb57e3acd478 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Sat, 8 Jun 2019 12:12:49 +0200 Subject: [PATCH] api: percentage as brightness --- pybricks/_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybricks/_common.py b/pybricks/_common.py index 30f24d8..5691a7c 100644 --- a/pybricks/_common.py +++ b/pybricks/_common.py @@ -482,7 +482,7 @@ class LightArray(): Set the brightness of each light. Arguments: - brightnesses (:ref:`percentage`, ..., :ref:`percentage`): + brightnesses (:ref:`brightness`, ..., :ref:`brightness`): Brightness of each light. If you give just one value, all lights turn on with that same brightness. """