X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=blobdiff_plain;f=enhance_table.py;h=7da699dfdee9cc1feab083c05113942085aa1d08;hp=cfb5eff9dba7e1fde9cb7709d2f00cc9f4c3cc51;hb=707cfa7c1b642936ba94feb1be2d7a071bc0cdcf;hpb=c0b58478e632295d51a5a8dc6cee298c22b0b98c 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)