Skip to content

Commit

Permalink
Correct typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Aug 24, 2022
1 parent 5eaaac8 commit dbfa322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/circuitplayground_touch_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
print("Touchpads currently registering a touch:")
print(current_touched)
else:
print("No touchpads are currently regustering a touch.")
print("No touchpads are currently registering a touch.")

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

0 comments on commit dbfa322

Please sign in to comment.