1
0
Fork 0

apps: template: Fix broken docstring

pull/24/head
Daniel Thompson 2020-05-10 09:34:57 +01:00
parent 09071427e4
commit fe1bbbac52
1 changed files with 1 additions and 1 deletions

View File

@ -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