summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-10-10 20:36:26 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-10-10 20:42:51 (GMT)
commit89d91f7e5beb483f81c1f35259a3f9d75e04b016 (patch)
tree627a6192e9f5b9ad034c47442922d4f241270e46
parent2839a042be56d85eb93fe0b04c58bd9714ff624d (diff)
widgets: Fix a broken docstring
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
-rw-r--r--wasp/widgets.py4
1 files 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)