From d8ae4b681448cbd4513d0b6a2929e462e32395a7 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Sat, 28 May 2016 13:56:04 +0100 Subject: [PATCH] Typo --- gpiozero/boards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpiozero/boards.py b/gpiozero/boards.py index 3ff605a..84979e2 100644 --- a/gpiozero/boards.py +++ b/gpiozero/boards.py @@ -489,7 +489,7 @@ class PiLiter(LEDBoard): If ``True``, construct :class:`PWMLED` instances for each pin. If ``False`` (the default), construct regular :class:`LED` instances. - :param: bool initial_value: + :param bool initial_value: If ``False`` (the default), all LEDs will be off initially. If ``None``, each device will be left in whatever state the pin is found in when configured for output (warning: this can be on). If ``True``,