1
0
Fork 0

widgets: ConfirmationView: minor docstring tweak

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
pull/139/head
Daniel Thompson 2020-12-29 12:32:04 +00:00
parent f8231bc0ac
commit 3ddb7fc13d
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ _no_button_x_coord = const(120)
_no_button_y_coord = const(100)
class ConfirmationView:
"Confirmation widget allowing user confirmation of a setting"
"""Confirmation widget allowing user confirmation of a setting."""
def __init__(self):
self.active = False