소스 검색

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