Skip to content

Commit

Permalink
pluralize docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed Dec 13, 2022
1 parent 89da28e commit 7952579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4593,7 +4593,7 @@ def update_graph(
# TODO: balance workers

def stimulus_queue_slots_maybe_opened(self, *, stimulus_id: str) -> None:
"""Respond to an event which may have opened a spot on the threadpool of a worker
"""Respond to an event which may have opened spots on worker threadpools
Selects the appropriate number of tasks from the front of the queue according to
the total number of task slots available on workers (potentially 0), and
Expand Down

0 comments on commit 7952579

Please sign in to comment.