summaryrefslogtreecommitdiff
path: root/wasp/wasp.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-04-11 19:26:12 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-04-11 19:26:12 (GMT)
commit683c3497e06cc43ded1d2bc62e1f85f80ee1bf59 (patch)
treedde34551a01248c38d5ff0de8bf92633bdab2c87 /wasp/wasp.py
parentaf1379806c5ccd938b8f310b949ef265a6d8def0 (diff)
docs: Fix warnings and add a few extra apps to the docs
Diffstat (limited to 'wasp/wasp.py')
-rw-r--r--wasp/wasp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/wasp.py b/wasp/wasp.py
index e5315a1..2711454 100644
--- a/wasp/wasp.py
+++ b/wasp/wasp.py
@@ -64,7 +64,7 @@ class PinHandler():
return it.
:return: boolean of the pin state if an event is received, None
- otherwise.
+ otherwise.
"""
new_value = self._pin.value()
if self._value == new_value: