widgets: Fix a broken docstring
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
2839a042be
commit
89d91f7e5b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue