From 707cfa7c1b642936ba94feb1be2d7a071bc0cdcf Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 4 Jul 2020 01:47:27 +0200 Subject: [PATCH] Minor text improvements. --- enhance_table.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/enhance_table.py b/enhance_table.py index cfb5eff..7da699d 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', - 'wsum': 'sum for last 7 days', + 'wsum': 'sum of new infections for last 7 days', 'wavg': 'per-day average of new infections for last 7 days', 'winc': 'incidence (x per 100k inhabitants) of new infections for last 7 days', } @@ -209,7 +209,6 @@ Abbrevations/explanations: intro += "%s: %s\n" % (k, translate[k]) intro += """ Source code: https://plomlompom.com/repos/?p=berlin-corona-table - HTML view: https://plomlompom.com/berlin_corona.html """ print(intro) -- 2.30.2