We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090ca9a commit afc1437Copy full SHA for afc1437
1 file changed
src/quake_analyzer/cli.py
@@ -200,7 +200,7 @@ def display_risk_section(stats: dict, minmag: float):
200
print(f"{bg}{fg}10-year probability:{bold}{stats['prob_10']*100:>6.2f}%{reset}")
201
print(f"")
202
203
- print(stats["risk_color"] + bold + stats["risk_label"] + reset + " – improbable in the next year.")
+ print(stats["risk_color"] + bold + stats["risk_label"] + reset + " - improbable in the next year.")
204
print(Fore.LIGHTBLACK_EX + "(Poisson model; real recurrence may differ.)")
205
206
# ────────────────────────────────────────────────────────────────────────────────
0 commit comments