summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-05-09 10:14:12 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-06-05 14:13:10 +0000
commit9d6a37cda4cdc40b6c15e22c6639c66911e390ac (patch)
tree25afece06e1ab3e8b322b739ce6c4f1de22f2406
parent1233899f7b151447f3a820d1c41e162beddf8236 (diff)
downloadbuildstream-9d6a37cda4cdc40b6c15e22c6639c66911e390ac.tar.gz
jobs/job: Add a fullstop to Job explanation
-rw-r--r--src/buildstream/_scheduler/jobs/job.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_scheduler/jobs/job.py b/src/buildstream/_scheduler/jobs/job.py
index 203564af7..ee01a92dc 100644
--- a/src/buildstream/_scheduler/jobs/job.py
+++ b/src/buildstream/_scheduler/jobs/job.py
@@ -75,7 +75,7 @@ class Process(multiprocessing.Process):
# Job()
#
-# The Job object represents a parallel task, when calling Job.spawn(),
+# The Job object represents a parallel task. When calling Job.spawn(),
# the given `Job.child_process()` will be called in parallel to the
# calling process, and `Job.parent_complete()` will be called with the
# action result in the calling process when the job completes.