]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Replace single by triple quotes in docstring.
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Wed, 27 Dec 2017 22:31:17 +0000 (22:31 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Wed, 27 Dec 2017 22:31:17 +0000 (22:31 +0000)
git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2760 7aebc617-e5e2-0310-91dc-80fb5f6d2477

wradmin/controllers/rodelbahn.py

index 32654a85328f3feabd454ab5e26dfae3c9d9ad2a..c9c5b6f73ed0c1efd939b36f60d86f548fca006f 100644 (file)
@@ -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)