Skip to content

Commit 71f24d9

Browse files
committed
Fix line length issue
1 parent e9b8614 commit 71f24d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_debouncer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
`adafruit_debouncer`
2424
====================================================
2525
26-
Debounces an arbitrary predicate function (typically created as a lambda) of 0 arguments.
27-
Since a very common use is debouncing a digital input pin, the initializer accepts a DigitalInOut object
28-
instead of a lambda.
26+
Debounces an arbitrary predicate function (typically created as a lambda) of 0
27+
arguments. Since a very common use is debouncing a digital input pin, the
28+
initializer accepts a DigitalInOut object instead of a lambda.
2929
3030
* Author(s): Dave Astels
3131

0 commit comments

Comments
 (0)