ソースを参照

Remove extra spaces on line 82 of userguide/canvas.rst which were causing an indented block

sunfinite 11 年 前
コミット
fd2bde6acf
1 ファイル変更1 行追加2 行削除
  1. 1 2
      docs/userguide/canvas.rst

+ 1 - 2
docs/userguide/canvas.rst

@@ -79,8 +79,7 @@ within a task.
         >>> result.get()
         4
 
-    ``apply_async`` takes the same arguments
-    as the :meth:`Task.apply_async <@Task.apply_async>` method::
+  ``apply_async`` takes the same arguments as the :meth:`Task.apply_async <@Task.apply_async>` method::
 
         >>> add.apply_async(args, kwargs, **options)
         >>> add.subtask(args, kwargs, **options).apply_async()