diff --git a/python_payload/mypystubs/captouch.pyi b/python_payload/mypystubs/captouch.pyi index 5233f7c2b8505da519835b057146002dd7747e9e..7b5c47e49b914d5c0c7ecfa2422e164051e14230 100644 --- a/python_payload/mypystubs/captouch.pyi +++ b/python_payload/mypystubs/captouch.pyi @@ -89,12 +89,12 @@ class CaptouchState(Protocol): """ State of individual petals. - Contains 10 elements, with the zeroth element being the pad closest to - the USB port. Then, every other pad in a clockwise direction. + Contains 10 elements, with the zeroth element being the petal closest to + the USB port. Then, every other petal in a clockwise direction. - Pads 0, 2, 4, 6, 8 are Top pads. + Petals 0, 2, 4, 6, 8 are Top petals. - Pads 1, 3, 5, 7, 9 are Bottom pads. + Petals 1, 3, 5, 7, 9 are Bottom petals. """ ...