소스 검색

Fixup rst doc for celery.worker.consumer

Ask Solem 13 년 전
부모
커밋
4d9d123b5c
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      celery/worker/consumer.py

+ 7 - 7
celery/worker/consumer.py

@@ -1,14 +1,14 @@
 # -*- coding: utf-8 -*-
 """
-    celery.worker.consumer
-    ~~~~~~~~~~~~~~~~~~~~~~
+celery.worker.consumer
+~~~~~~~~~~~~~~~~~~~~~~
 
-    This module contains the component responsible for consuming messages
-    from the broker, processing the messages and keeping the broker connections
-    up and running.
+This module contains the component responsible for consuming messages
+from the broker, processing the messages and keeping the broker connections
+up and running.
 
-    :copyright: (c) 2009 - 2011 by Ask Solem.
-    :license: BSD, see LICENSE for more details.
+:copyright: (c) 2009 - 2011 by Ask Solem.
+:license: BSD, see LICENSE for more details.
 
 
 * :meth:`~Consumer.start` is an infinite loop, which only iterates