]> git.0d.be Git - botaradio.git/blobdiff - interface.py
Cleanup
[botaradio.git] / interface.py
index fcef7d72f22ac5037e90a716eec497a9b46513fe..60220727af9cafabd6988db6022da312fabe0037 100644 (file)
@@ -16,7 +16,7 @@ import time
 
 
 class ReverseProxied(object):
-    '''Wrap the application in this middleware and configure the
+    """Wrap the application in this middleware and configure the
     front-end server to add these headers, to let you quietly bind
     this to a URL other than / and to an HTTP scheme that is
     different than what is used locally.
@@ -31,7 +31,7 @@ class ReverseProxied(object):
         }
 
     :param app: the WSGI application
-    '''
+    """
 
     def __init__(self, app):
         self.app = app