We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5674c commit e046340Copy full SHA for e046340
shared-bindings/touchio/TouchIn.c
@@ -84,7 +84,7 @@ static void check_for_deinit(touchio_touchin_obj_t *self) {
84
//| value: bool
85
//| """Whether the touch pad is being touched or not. (read-only)
86
//|
87
-//| True when `raw_value` > `threshold`.:m"""
+//| True when `raw_value` > `threshold`."""
88
static mp_obj_t touchio_touchin_obj_get_value(mp_obj_t self_in) {
89
touchio_touchin_obj_t *self = MP_OBJ_TO_PTR(self_in);
90
check_for_deinit(self);
0 commit comments