apps: template: Fix broken docstring

This commit is contained in:
Daniel Thompson 2020-05-10 09:34:57 +01:00
parent 09071427e4
commit fe1bbbac52

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