File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -587,10 +587,10 @@ The :mod:`functools` module defines the following functions:
587
587
588
588
# When the work for a node is done, workers put the node in
589
589
# 'finalized_tasks_queue' so we can get more nodes to work on.
590
- # The definition of 'is_active()` guarantees that, at this point, at
590
+ # The definition of 'is_active()' guarantees that, at this point, at
591
591
# least one node has been placed on 'task_queue' that hasn't yet
592
- # been passed to ` done()` , so this blocking ` get()` must (eventually)
593
- # succeed. After calling ` done()` , we loop back to call ` get_ready()`
592
+ # been passed to ' done()' , so this blocking ' get()' must (eventually)
593
+ # succeed. After calling ' done()' , we loop back to call ' get_ready()'
594
594
# again, so put newly freed nodes on 'task_queue' as soon as
595
595
# logically possible.
596
596
node = finalized_tasks_queue.get()
You can’t perform that action at this time.
0 commit comments