diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-12-29 12:32:04 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-12-29 12:32:04 (GMT) |
| commit | 3ddb7fc13d3eb3bd37c5e9fee189dd4d8d7297bd (patch) | |
| tree | fca8fd570ec8cd6fd19080a8f9f29b2e5d0002d1 | |
| parent | f8231bc0aca46660b3ff000766fb8b22c26bae97 (diff) | |
widgets: ConfirmationView: minor docstring tweak
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
| -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 |
