Skip to content

Commit

Permalink
Update distributed/worker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored Mar 5, 2022
1 parent 6022a78 commit c2e9f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ def __init__(

@property
def data(self) -> MutableMapping[str, Any]:
"""{task key: task payload} of all completed tasks, wether they were computed on
"""{task key: task payload} of all completed tasks, whether they were computed on
this Worker or computed somewhere else and then transferred here over the
network.
Expand Down

0 comments on commit c2e9f98

Please sign in to comment.