Skip to content

Commit 5eaaac8

Browse files
tekktrikdhalbert
andauthored
Update adafruit_circuitplayground/circuit_playground_base.py
Co-authored-by: Dan Halbert <halbert@halwitz.org>
1 parent 4bdba83 commit 5eaaac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_circuitplayground/circuit_playground_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ def touch_pins(self) -> List[Pin]:
528528

529529
@property
530530
def touched(self) -> List[Pin]:
531-
"""Return a list of all the pins that are currently registering a touch"""
531+
"""A list of all the pins that are currently registering a touch"""
532532
return [pin for pin, touchpad in self._touches.items() if touchpad.value]
533533

534534
@property

0 commit comments

Comments
 (0)