We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9765151 commit 8387203Copy full SHA for 8387203
docs/userguide/canvas.rst
@@ -491,10 +491,10 @@ returns successfully:
491
492
>>> res = add.apply_async((2, 2), link=mul.s(16))
493
>>> res.get()
494
- 4
+ 64
495
496
The linked task will be applied with the result of its parent
497
-task as the first argument. In the above case where the result was 4,
+task as the first argument. In the above case where the result was 64,
498
this will result in ``mul(4, 16)``.
499
500
The results will keep track of any subtasks called by the original task,
0 commit comments