Skip to content

Commit bc77216

Browse files
committed
typo
1 parent d4e5daa commit bc77216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed/tests/test_steal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,7 @@ def block(i: int, in_event: Event, block_event: Event) -> int:
20332033
await in_event.wait()
20342034

20352035
# This is the pre-condition for the observed problem:
2036-
# There are tasks that execute fox a long time but do not have an average
2036+
# There are tasks that execute for a long time but do not have an average
20372037
s.task_prefixes["block"].add_exec_time(100)
20382038
assert s.task_prefixes["block"].duration_average == -1
20392039

0 commit comments

Comments
 (0)