From f19f1cb11807ee7e2d84cac9beb530fd1efa845d Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 29 Apr 2023 21:00:38 -0500 Subject: [PATCH] tui: reflect new "start" function in docstring --- src/amdgpu_stats/tui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amdgpu_stats/tui.py b/src/amdgpu_stats/tui.py index 0e46409..732ae96 100644 --- a/src/amdgpu_stats/tui.py +++ b/src/amdgpu_stats/tui.py @@ -14,7 +14,7 @@ Classes: - LogScreen: Second screen with the logging widget, header, and footer Functions: - - interface: Renders the TUI using the classes above + - start: Creates the 'App' and renders the TUI using the classes above """ # disable superfluouos linting # pylint: disable=line-too-long