From 3f49a0351b3bc77baba585e7831693d7ca3b419a Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Sun, 5 Jun 2022 18:34:37 +0200 Subject: [PATCH] Fix typo in summary. --- bots/sledrun_wikitext_from_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/sledrun_wikitext_from_json.py b/bots/sledrun_wikitext_from_json.py index 73367bd..3c1473b 100644 --- a/bots/sledrun_wikitext_from_json.py +++ b/bots/sledrun_wikitext_from_json.py @@ -56,7 +56,7 @@ class SledrunFromJsonBot( if sledrun_impressions_page.exists(): impressions = sledrun_impressions_page.title() text = create_sledrun_wiki(sledrun_json, map_json, impressions) - summary = 'Rodelbahnbeschreibung von aus JSON Daten aktualisiert.' + summary = 'Rodelbahnbeschreibung aus JSON Daten aktualisiert.' self.put_current(text, summary=summary) -- 2.39.5