Browse Source

Fixes rst syntax error in taskset userguide

Ask Solem 14 years ago
parent
commit
778211b6b8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/userguide/tasksets.rst

+ 2 - 0
docs/userguide/tasksets.rst

@@ -168,6 +168,7 @@ Simple, but may take a long time before your callback is called:
 
 
 .. code-block:: python
+
     from celery import current_app
     from celery.task import subtask
 
@@ -183,6 +184,7 @@ Using Redis and atomic counters:
 
 
 .. code-block:: python
+
     from celery import current_app
     from celery.task import Task, TaskSet
     from celery.result import TaskSetResult