From 2724a3abcb796cf91bbcac204569594765ae6eb7 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 30 Jun 2020 23:50:28 +0200 Subject: [PATCH] More fixes to intro. --- enhance_table.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/enhance_table.py b/enhance_table.py index 2287b73..d9ca849 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -73,9 +73,8 @@ for i in range(len(sorted_dates)): db[district][date]['week_incidence'] = (week_sum / district_pop) * 100000 # Explain what this is. -intro = """ -Table of Berlin's Corona infection number development by districts. -Update daily around 9pm. +intro = """Table of Berlin's Corona infection number development by districts. +Updated daily around 9pm. Abbrevations/explanations: -- 2.30.2