فهرست منبع

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):