From 89d91f7e5beb483f81c1f35259a3f9d75e04b016 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sat, 10 Oct 2020 21:36:26 +0100 Subject: [PATCH] widgets: Fix a broken docstring Signed-off-by: Daniel Thompson --- wasp/widgets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wasp/widgets.py b/wasp/widgets.py index 7d30993..c3d3d9d 100644 --- a/wasp/widgets.py +++ b/wasp/widgets.py @@ -104,8 +104,8 @@ class StatusBar: class ScrollIndicator: """Scrolling indicator. - A simple battery meter with a charging indicator, will draw at the - top-right of the display. + A pair of arrows that prompted the user to swipe up/down to access + additional pages of information. """ def __init__(self, x=240-18, y=240-24): self._pos = (x, y)