From d2833e988f519a62ec98d26ecb07aaff669c5088 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Thu, 26 May 2016 19:24:19 +0100 Subject: [PATCH] Doc fix: RGBLED's initial_value is a tuple --- gpiozero/output_devices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpiozero/output_devices.py b/gpiozero/output_devices.py index c0dd6e2..e5277ed 100644 --- a/gpiozero/output_devices.py +++ b/gpiozero/output_devices.py @@ -545,8 +545,8 @@ class RGBLED(SourceMixin, Device): Set to ``True`` (the default) for common cathode RGB LEDs. If you are using a common anode RGB LED, set this to ``False``. - :param bool initial_value: - The initial color for the LED. Defaults to black ``(0, 0, 0)``. + :param tuple initial_value: + The initial color for the RGB LED. Defaults to black ``(0, 0, 0)``. :param bool pwm: If ``True`` (the default), construct :class:`PWMLED` instances for