Browse Source

Fixup rst doc for celery.worker.consumer

Ask Solem 13 years ago
parent
commit
4d9d123b5c
1 changed files with 7 additions and 7 deletions
  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