summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Job.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Job.py')
-rw-r--r--src/engine/SCons/Job.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Job.py b/src/engine/SCons/Job.py
index c06cf23..aedf768 100644
--- a/src/engine/SCons/Job.py
+++ b/src/engine/SCons/Job.py
@@ -42,7 +42,7 @@ class Jobs:
"""
create 'num' jobs using the given taskmaster.
- If 'num' is equal to 0, then a serial job will be used,
+ If 'num' is 1 or less, then a serial job will be used,
otherwise 'num' parallel jobs will be used.
"""