Skip to content

Commit 3640f13

Browse files
committed
Fix typos in the docstrings
1 parent abdd521 commit 3640f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checkbox-ng/plainbox/impl/session/assistant.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def prepare_resume_session(
566566
it was the last time session assistant did a checkpoint, i.e. session
567567
assistant's clients commited any information (e.g. saves job result,
568568
runs bootstrapping, updates app blob, etc.). This is called
569-
prepares_resume_session and doesn't resume_session because to fully
569+
prepares_resume_session and not resume_session because to fully
570570
resume a session with a test plan, the test plan must be selected and
571571
the bootstrap process must be re-executed.
572572
"""
@@ -897,7 +897,7 @@ def start_bootstrap(self):
897897
desired_job_list, include_mandatory=False
898898
)
899899
UsageExpectation.of(self).allowed_calls = {
900-
self.run_job: "to run setup job",
900+
self.run_job: "to run bootstrap job",
901901
self.get_job: "to get the job definition by id",
902902
self.get_job_state: "to get the current state of a job",
903903
self.finish_bootstrap: "to finish bootstrapping after running all jobs",

0 commit comments

Comments
 (0)