[web/staticcontrollers] fix docstring spelling
authorJulien Cristau <julien.cristau@logilab.fr>
Tue, 23 Jun 2015 18:10:45 +0200
changeset 10451 cffe653f93a9
parent 10450 c5c9e5b6fde0
child 10452 f3dec653a27d
[web/staticcontrollers] fix docstring spelling
web/views/staticcontrollers.py
--- a/web/views/staticcontrollers.py	Tue Jun 23 15:50:18 2015 +0200
+++ b/web/views/staticcontrollers.py	Tue Jun 23 18:10:45 2015 +0200
@@ -178,9 +178,9 @@
 
 
 class DataController(StaticFileController):
-    """Controller in charge of serving static file in /data/
+    """Controller in charge of serving static files in /data/
 
-    Handle modeconcat like url.
+    Handles mod_concat-like URLs.
     """
 
     __regid__ = 'data'