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. """