Skip to content

Commit

Permalink
Fix variable name in journey of a task documentation (#3840)
Browse files Browse the repository at this point in the history
Spotted by James Bourbeau during a demo of dask/distributed.
  • Loading branch information
Carreau committed May 29, 2020
1 parent 2d94142 commit 1fe50c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/journey.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Nothing blocks.*
Eventually the computation completes. The Worker stores this result in its
local memory::

data['x'] = ...
data['z'] = ...

And transmits back a success, and the number of bytes of the result::

Expand Down

0 comments on commit 1fe50c2

Please sign in to comment.