1
0
Fork 0

widgets: Fix a broken docstring

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
Daniel Thompson 2020-10-10 21:36:26 +01:00
parent 2839a042be
commit 89d91f7e5b

View file

@ -104,8 +104,8 @@ class StatusBar:
class ScrollIndicator: class ScrollIndicator:
"""Scrolling indicator. """Scrolling indicator.
A simple battery meter with a charging indicator, will draw at the A pair of arrows that prompted the user to swipe up/down to access
top-right of the display. additional pages of information.
""" """
def __init__(self, x=240-18, y=240-24): def __init__(self, x=240-18, y=240-24):
self._pos = (x, y) self._pos = (x, y)