Skip to content

Commit d8ae4b6

Browse files
committed
Typo
1 parent 42f9d4f commit d8ae4b6

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)