소스 검색

Merge pull request #2128 from ubershmekel/patch-1

missing an 'all' because 'call' ate it
Ask Solem Hoel 11 년 전
부모
커밋
dab92e36cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/celery.rst

+ 1 - 1
docs/reference/celery.rst

@@ -416,7 +416,7 @@ See :ref:`guide-canvas` for more about creating task workflows.
     A group is lazy so you must call it to take action and evaluate
     the group.
 
-    Will return a `group` task that when called will then call of the
+    Will return a `group` task that when called will then call all of the
     tasks in the group (and return a :class:`GroupResult` instance
     that can be used to inspect the state of the group).