# HG changeset patch # User Julien Cristau # Date 1435075845 -7200 # Node ID cffe653f93a91ef9ff52110437355b694c86ca5e # Parent c5c9e5b6fde05ec42fa949c42a14aec1a35c9f73 [web/staticcontrollers] fix docstring spelling diff -r c5c9e5b6fde0 -r cffe653f93a9 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'