From 448feaf68f82af6707016272e71e9e6051ff288c Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Mon, 3 Jul 2017 12:30:58 +0100 Subject: [PATCH] Correct StatusBoard max strip numbers in docstring --- gpiozero/boards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpiozero/boards.py b/gpiozero/boards.py index 1a74136..95ff3bd 100644 --- a/gpiozero/boards.py +++ b/gpiozero/boards.py @@ -858,7 +858,7 @@ class StatusBoard(CompositeOutputDevice): :param str \*labels: Specify the names of the labels you wish to designate the strips to. - You can list up to three labels. If no labels are given, three strips + You can list up to five labels. If no labels are given, five strips will be initialised with names 'one' to 'five'. If some, but not all strips are given labels, any remaining strips will not be initialised.