Skip to content

Commit b3fcd3f

Browse files
Update presentation.py
1 parent ad8337d commit b3fcd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/penn_chime/presentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def display_header(st, m, p):
100100
r_t=m.r_t,
101101
doubling_time_t=abs(m.doubling_time_t),
102102
impact_statement=("halves the infections every" if m.r_t < 1 else "reduces the doubling time to"),
103-
docs_url=DOCS_URL
103+
docs_url=DOCS_URL,
104104
infection_warning_str=infection_warning_str,
105105
infected_population_warning_str=infected_population_warning_str
106106
)

0 commit comments

Comments
 (0)