Skip to content

Commit afc1437

Browse files
committed
Update cli.py
1 parent 090ca9a commit afc1437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quake_analyzer/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def display_risk_section(stats: dict, minmag: float):
200200
print(f"{bg}{fg}10-year probability:{bold}{stats['prob_10']*100:>6.2f}%{reset}")
201201
print(f"")
202202

203-
print(stats["risk_color"] + bold + stats["risk_label"] + reset + " improbable in the next year.")
203+
print(stats["risk_color"] + bold + stats["risk_label"] + reset + " - improbable in the next year.")
204204
print(Fore.LIGHTBLACK_EX + "(Poisson model; real recurrence may differ.)")
205205

206206
# ────────────────────────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)