Skip to content

Commit 0bd7d7e

Browse files
authored
Update shared-bindings/touchio/TouchIn.c
1 parent 232b699 commit 0bd7d7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shared-bindings/touchio/TouchIn.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
//| def __init__(self, pin: microcontroller.Pin, pull: Optional[digitalio.Pull] = None) -> None:
3535
//| """Use the TouchIn on the given pin.
3636
//|
37-
//| :param ~microcontroller.Pin pin: the pin to read from"""
38-
//| :param Optional[digitalio.Pull] pull: specify external pull resistor type. If None, assume pull-down or chip-specific implementation
37+
//| :param ~microcontroller.Pin pin: the pin to read from
38+
//| :param Optional[digitalio.Pull] pull: specify external pull resistor type. If None, assume pull-down or chip-specific implementation that does not require a pull.
39+
//| """
3940
//| ...
4041
//|
4142
static mp_obj_t touchio_touchin_make_new(const mp_obj_type_t *type,

0 commit comments

Comments
 (0)