瀏覽代碼

Cosmetic changes

Ask Solem 15 年之前
父節點
當前提交
7a1a2fc921
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/monitoring/web.py

+ 1 - 1
celery/monitoring/web.py

@@ -8,6 +8,7 @@ from celery.monitoring.handlers import api
 
 
 class Site(Application):
+    """Tornado Website with multiple :class:`Application`'s."""
 
     def __init__(self, applications, *args, **kwargs):
         handlers = []
@@ -18,7 +19,6 @@ class Site(Application):
         super(Site, self).__init__(*args, **kwargs)
 
 
-
 class WebServerThread(threading.Thread):
 
     def __init__(self, port=8989):