Skip to content

Commit c57d555

Browse files
committed
Merge pull request gpiozero#343 from lurch/patch-1
Typo
2 parents 42f9d4f + d8ae4b6 commit c57d555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpiozero/boards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ class PiLiter(LEDBoard):
489489
If ``True``, construct :class:`PWMLED` instances for each pin. If
490490
``False`` (the default), construct regular :class:`LED` instances.
491491
492-
:param: bool initial_value:
492+
:param bool initial_value:
493493
If ``False`` (the default), all LEDs will be off initially. If
494494
``None``, each device will be left in whatever state the pin is found
495495
in when configured for output (warning: this can be on). If ``True``,

0 commit comments

Comments
 (0)