apps: template: Fix broken docstring
This commit is contained in:
parent
09071427e4
commit
fe1bbbac52
1 changed files with 1 additions and 1 deletions
|
@ -67,5 +67,5 @@ class TemplateApp():
|
||||||
self._update()
|
self._update()
|
||||||
|
|
||||||
def _update(self):
|
def _update(self):
|
||||||
"""Update the dynamic parts of the application display
|
"""Update the dynamic parts of the application display."""
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue