We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f9d4f commit d8ae4b6Copy full SHA for d8ae4b6
gpiozero/boards.py
@@ -489,7 +489,7 @@ class PiLiter(LEDBoard):
489
If ``True``, construct :class:`PWMLED` instances for each pin. If
490
``False`` (the default), construct regular :class:`LED` instances.
491
492
- :param: bool initial_value:
+ :param bool initial_value:
493
If ``False`` (the default), all LEDs will be off initially. If
494
``None``, each device will be left in whatever state the pin is found
495
in when configured for output (warning: this can be on). If ``True``,
0 commit comments