From 6f92e979bdbf6d9af45e9fbe67cf4f07a1bdcf0d Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Fri, 8 Apr 2016 15:27:17 +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 24bd8fc..f79f56e 100644 --- a/gpiozero/boards.py +++ b/gpiozero/boards.py @@ -147,7 +147,7 @@ class LEDBoard(LEDCollection): :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). The ``True``, + in when configured for output (warning: this can be on). If ``True``, the device will be switched on initially. :param \*\*named_pins: