Browse Source

Merge branch 'master' of github.com:celery/celery

Ask Solem 11 năm trước cách đây
mục cha
commit
c22ccc812d
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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()