Archived
1
1
Fork 0

tui: reflect new "start" function in docstring

This commit is contained in:
Josh Lay 2023-04-29 21:00:38 -05:00
parent 9e23211196
commit f19f1cb118
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -14,7 +14,7 @@ Classes:
- LogScreen: Second screen with the logging widget, header, and footer - LogScreen: Second screen with the logging widget, header, and footer
Functions: Functions:
- interface: Renders the TUI using the classes above - start: Creates the 'App' and renders the TUI using the classes above
""" """
# disable superfluouos linting # disable superfluouos linting
# pylint: disable=line-too-long # pylint: disable=line-too-long