Skip to content

Commit dbfa322

Browse files
authored
Correct typo in example
1 parent 5eaaac8 commit dbfa322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/circuitplayground_touch_all.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
print("Touchpads currently registering a touch:")
2828
print(current_touched)
2929
else:
30-
print("No touchpads are currently regustering a touch.")
30+
print("No touchpads are currently registering a touch.")
3131

3232
if all(pad in current_touched for pad in (board.A2, board.A3, board.A4)):
3333
print("This only prints when A2, A3, and A4 are being held at the same time!")

0 commit comments

Comments
 (0)