From 5a51cc189d4f8425c46476b71f789d846abbffc8 Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 27 Dec 2017 22:31:17 +0000 Subject: [PATCH] Replace single by triple quotes in docstring. git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2760 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- wradmin/controllers/rodelbahn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wradmin/controllers/rodelbahn.py b/wradmin/controllers/rodelbahn.py index 32654a8..c9c5b6f 100644 --- a/wradmin/controllers/rodelbahn.py +++ b/wradmin/controllers/rodelbahn.py @@ -56,7 +56,7 @@ class RodelbahnController: return redirect(url_for('rodelbahn_list')) def update_regioncache(self): - "Updates the wrregioncache table from the wiki" + """Updates the wrregioncache table from the wiki""" c = model.meta.Session.connection() try: wrpylib.wrmwcache.update_wrregioncache(c) -- 2.39.5