Browse Source

Merge pull request #3192 from jeffwidman/patch-1

Grammar
Omer Katz 9 năm trước cách đây
mục cha
commit
83e65714b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/userguide/canvas.rst

+ 1 - 1
docs/userguide/canvas.rst

@@ -656,7 +656,7 @@ The :class:`~celery.group` function takes a list of signatures:
     (proj.tasks.add(2, 2), proj.tasks.add(4, 4))
     (proj.tasks.add(2, 2), proj.tasks.add(4, 4))
 
 
 If you **call** the group, the tasks will be applied
 If you **call** the group, the tasks will be applied
-one after one in the current process, and a :class:`~celery.result.GroupResult`
+one after another in the current process, and a :class:`~celery.result.GroupResult`
 instance is returned which can be used to keep track of the results,
 instance is returned which can be used to keep track of the results,
 or tell how many tasks are ready and so on:
 or tell how many tasks are ready and so on: