From 56de61949ed35ecb8ab728dd1912e161892bc521 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 4 Jul 2020 02:34:35 +0200 Subject: [PATCH 1/1] Explain that "+" counts just for the single day unit. --- enhance_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.30.2