This commit is contained in:
Andrew Scheller
2016-04-08 13:16:21 +01:00
parent 271b86aa45
commit 542e1b8488

View File

@@ -146,7 +146,7 @@ def disjunction(*values):
"""
Returns the `logical disjunction`_ of all supplied values (the result is
``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::
from gpiozero import LED, Button, conjunction