Skip to content

Commit 4bdba83

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

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
@@ -523,7 +523,7 @@ def adjust_touch_threshold(self, adjustment: int) -> None:
523523

524524
@property
525525
def touch_pins(self) -> List[Pin]:
526-
"""Return a list of all the pins that are set up as touchpad inputs"""
526+
"""A list of all the pins that are set up as touchpad inputs"""
527527
return list(self._touches.keys())
528528

529529
@property

0 commit comments

Comments
 (0)