diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-05-10 08:34:57 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-05-10 08:34:57 (GMT) |
| commit | fe1bbbac526436b7e45452ef542aaacdc8b7b0ea (patch) | |
| tree | 6e5a99fb1bdb3b8b4c3cb33f25943523edc15472 | |
| parent | 09071427e496ba766ca54d2a2b868b0eb1802412 (diff) | |
apps: template: Fix broken docstring
| -rw-r--r-- | wasp/apps/template.py | 2 |
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 |
