Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Feb 28, 2024
1 parent 7b9ca26 commit 71f1aef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions htdocs/plotting/auto/scripts100/p169.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]}]"
)
Expand Down

0 comments on commit 71f1aef

Please sign in to comment.