8000 Update shared-bindings/touchio/TouchIn.c · WaveyD/circuitpython@e046340 · GitHub
[go: up one dir, main page]

Skip to content

Commit e046340

Browse files
jeplertannewt
andauthored
Update shared-bindings/touchio/TouchIn.c
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
1 parent ff5674c commit e046340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/touchio/TouchIn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ static void check_for_deinit(touchio_touchin_obj_t *self) {
8484
//| value: bool
8585
//| """Whether the touch pad is being touched or not. (read-only)
8686
//|
87-
//| True when `raw_value` > `threshold`.:m"""
87+
//| True when `raw_value` > `threshold`."""
8888
static mp_obj_t touchio_touchin_obj_get_value(mp_obj_t self_in) {
8989
touchio_touchin_obj_t *self = MP_OBJ_TO_PTR(self_in);
9090
check_for_deinit(self);

0 commit comments

Comments
 (0)
0