mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Typo
This commit is contained in:
@@ -146,7 +146,7 @@ def disjunction(*values):
|
|||||||
"""
|
"""
|
||||||
Returns the `logical disjunction`_ of all supplied values (the result is
|
Returns the `logical disjunction`_ of all supplied values (the result is
|
||||||
``True`` if any of the input values are currently ``True``). One or more
|
``True`` if any of the input values are currently ``True``). One or more
|
||||||
*values* can be specified. For example, the light an :class:`LED` when
|
*values* can be specified. For example, to light an :class:`LED` when
|
||||||
*any* button is pressed::
|
*any* button is pressed::
|
||||||
|
|
||||||
from gpiozero import LED, Button, conjunction
|
from gpiozero import LED, Button, conjunction
|
||||||
|
|||||||
Reference in New Issue
Block a user