]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/controllers/rodelbahn.py
Replace single by triple quotes in docstring.
[philipp/winterrodeln/wradmin.git] / 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)