Skip to content

Commit d43307e

Browse files
authored
Fix typo in docs (#688)
1 parent 6dc463d commit d43307e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/clusters-advanced-tips-and-tricks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Reaching walltime can be troublesome in several cases:
119119
killed before reaching the end. In this case, you'll want to use adaptive clusters so
120120
that Dask ensures some workers are always up.
121121

122-
If you don't set the proper parameters, you'll run into KilleWorker exception in those two cases.
122+
If you don't set the proper parameters, you'll run into KilledWorker exception in those two cases.
123123

124124
The solution to this problem is to tell Dask up front that the workers have a finite lifetime:
125125

0 commit comments

Comments
 (0)