home · contact · privacy
Minor text improvements.
authorChristian Heller <c.heller@plomlompom.de>
Fri, 3 Jul 2020 23:47:27 +0000 (01:47 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 3 Jul 2020 23:47:27 +0000 (01:47 +0200)
enhance_table.py

index cfb5eff9dba7e1fde9cb7709d2f00cc9f4c3cc51..7da699dfdee9cc1feab083c05113942085aa1d08 100755 (executable)
@@ -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)