Skip to content

Commit 65dc45a

Browse files
authored
Merge pull request #31 from tjpeden/patch-1
Fix minor typo
2 parents a00b22e + d413317 commit 65dc45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_debouncer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Debouncer:
6060
"""Debounce an input pin or an arbitrary predicate"""
6161

6262
def __init__(self, io_or_predicate, interval=0.010):
63-
"""Make am instance.
63+
"""Make an instance.
6464
:param DigitalInOut/function io_or_predicate: the DigitalIO or function to debounce
6565
:param int interval: bounce threshold in seconds (default is 0.010, i.e. 10 milliseconds)
6666
"""

0 commit comments

Comments
 (0)