From 39a01e574664dafbbebe060f3476c24f5a4bbd89 Mon Sep 17 00:00:00 2001 From: dos <dos@dosowisko.net> Date: Thu, 17 Aug 2023 21:22:36 +0000 Subject: [PATCH] docs: captouch: Don't use "pads" when referring to "petals" This makes it match the terminology used in other places ("petals" consisting of either 2 or 3 "pads"). --- python_payload/mypystubs/captouch.pyi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python_payload/mypystubs/captouch.pyi b/python_payload/mypystubs/captouch.pyi index 5233f7c2b8..7b5c47e49b 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. """ ... -- GitLab