diff options
| -rw-r--r-- | wasp/widgets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/widgets.py b/wasp/widgets.py index 4f139fc..049cf4f 100644 --- a/wasp/widgets.py +++ b/wasp/widgets.py @@ -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 |
