Skip to content

Commit

Permalink
Merge pull request #3110 from radical-cybertools/fix/scheduler_doc_typos
Browse files Browse the repository at this point in the history
"fix typos"
  • Loading branch information
AymenFJA authored Dec 15, 2023
2 parents 76c57c2 + 724e089 commit d07cc92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/radical/pilot/agent/scheduler/continuous.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _iterate_nodes(self):
to pick off where the last task placement succeeded. This iterator is
preserving that state.
Note that the first index is yielded twice, so that the respecitve
Note that the first index is yielded twice, so that the respective
node can function as first and last node in an allocation.
'''

Expand All @@ -130,7 +130,7 @@ def _iterate_nodes(self):
#
def unschedule_task(self, tasks):
'''
This method is called when previously aquired resources are not needed
This method is called when previously acquired resources are not needed
anymore. `slots` are the resource slots as previously returned by
`schedule_task()`.
'''
Expand Down

0 comments on commit d07cc92

Please sign in to comment.