Explorar o código

missing an 'all' because 'call' ate it

Yuval Greenfield %!s(int64=10) %!d(string=hai) anos
pai
achega
416d0e5203
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/reference/celery.rst

+ 1 - 1
docs/reference/celery.rst

@@ -408,7 +408,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).