summaryrefslogtreecommitdiff
path: root/wasp/apps/launcher.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2021-01-13 21:51:17 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-01-13 21:51:17 (GMT)
commit39d87830558540fefad1d4dd24a14f273bd4d5a7 (patch)
tree3a313419861c91ce19b47f9c6e865b55af160077 /wasp/apps/launcher.py
parentf7ef1654339b05989f0cdfc9ff5ab78ca03300b6 (diff)
simulator: test_qa: Add some basic docstring tests
This one picked up a lot of inconsistancy so the changes here are pretty big. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/launcher.py')
-rw-r--r--wasp/apps/launcher.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/wasp/apps/launcher.py b/wasp/apps/launcher.py
index b529017..735ac70 100644
--- a/wasp/apps/launcher.py
+++ b/wasp/apps/launcher.py
@@ -3,19 +3,16 @@
"""Application launcher
~~~~~~~~~~~~~~~~~~~~~~~
+
+.. figure:: res/LauncherApp.png
+ :width: 179
"""
import wasp
import icons
class LauncherApp():
- """An application launcher application.
-
- .. figure:: res/LauncherApp.png
- :width: 179
-
- Screenshot of the application launcher
- """
+ """An application launcher application."""
NAME = 'Launcher'
ICON = icons.app