diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-07-27 15:01:44 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-07-27 13:20:17 +0000 |
commit | 24e0d369e3b5637926269c01ebbfc78a185e85cc (patch) | |
tree | 788e683bd31ca1f4f55cbd0f41b43a4e553382cb /resources/tools/dash/app/pal/news | |
parent | cfd5a3c3401a60e8044535f01d46b3312b07f201 (diff) |
UTI: Code clean-up
Change-Id: Ia88f3ce646664eeb4f2bb96e25fe1c2e433d7423
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/app/pal/news')
-rw-r--r-- | resources/tools/dash/app/pal/news/layout.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/dash/app/pal/news/layout.py b/resources/tools/dash/app/pal/news/layout.py index 91710ef3d9..73fabdf884 100644 --- a/resources/tools/dash/app/pal/news/layout.py +++ b/resources/tools/dash/app/pal/news/layout.py @@ -282,7 +282,7 @@ class Layout: If no HTML layout is provided, an error message is displayed instead. - :returns: The HTML div with teh whole page. + :returns: The HTML div with the whole page. :rtype: html.Div """ |