summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wasp/apps/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/apps/template.py b/wasp/apps/template.py
index 515b055..4ff5c0e 100644
--- a/wasp/apps/template.py
+++ b/wasp/apps/template.py
@@ -67,5 +67,5 @@ class TemplateApp():
self._update()
def _update(self):
- """Update the dynamic parts of the application display
+ """Update the dynamic parts of the application display."""
pass