From 71f1aefc03d3096ddb82c95817496cd3aa019755 Mon Sep 17 00:00:00 2001
From: akrherz <akrherz@iastate.edu>
Date: Wed, 28 Feb 2024 07:59:32 -0600
Subject: [PATCH] fix typo

---
 htdocs/plotting/auto/scripts100/p169.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/htdocs/plotting/auto/scripts100/p169.py b/htdocs/plotting/auto/scripts100/p169.py
index 514f815657..f747d0a264 100644
--- a/htdocs/plotting/auto/scripts100/p169.py
+++ b/htdocs/plotting/auto/scripts100/p169.py
@@ -229,9 +229,8 @@ def plotter(fdict):
         )
 
     hlabel = "Over Exactly" if ctx["how"] == "exact" else "Within"
-    tt = PDICT2[varname].rsplit(" ", maxsplit=1)[0]
     title = (
-        f"{ctx['_sname']}:: Top 10 {tt} {MDICT[mydir]}\n"
+        f"{ctx['_sname']}:: Top 10 {PDICT2[varname]} {MDICT[mydir]}\n"
         f"{hlabel} {hours} Hour Period ({ab.year}-{date.today().year}) "
         f"[{MDICT2[month]}]"
     )