Skip to content

Commit 361fd19

Browse files
author
Evan Steele
committed
fixed typo
1 parent 7ad97ed commit 361fd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_GPIO/GPIO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def add_event_detect(self, pin, edge):
9595
"""Enable edge detection events for a particular GPIO channel. Pin
9696
should be type IN. Edge must be RISING, FALLING or BOTH.
9797
"""
98-
aise NotImplementedError
98+
raise NotImplementedError
9999

100100
def remove_event_detect(self, pin):
101101
"""Remove edge detection for a particular GPIO channel. Pin should be

0 commit comments

Comments
 (0)