From: Christian Heller Date: Sat, 4 Jul 2020 00:34:35 +0000 (+0200) Subject: Explain that "+" counts just for the single day unit. X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=commitdiff_plain;h=56de61949ed35ecb8ab728dd1912e161892bc521 Explain that "+" counts just for the single day unit. --- diff --git a/enhance_table.py b/enhance_table.py index 62e5039..cee78f8 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -32,7 +32,7 @@ translate = { 'TS': 'Tempelhof-Schöneberg', 'TK': 'Treptow-Köpenick', 'sum': 'all of Berlin', - '+': 'new infections counted', + '+': 'new infections counted that day', 'Σ': 'sum of new infections for last 7 days', 'Ø': 'per-day average of new infections for last 7 days', 'i': 'incidence (x per 100k inhabitants) of new infections for last 7 days',