Skip to content

Commit d3db950

Browse files
committed
but leave a change in python
1 parent 29d15d8 commit d3db950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def parse_opts():
183183
)
184184
parser.add_option(
185185
"-p", "--parallelism", type="int", default=4,
186-
help="The number of suites to test in parallel (default %default)"
186+
help="The number of suites to test in parallel (default %default)."
187187
)
188188
parser.add_option(
189189
"--verbose", action="store_true",

0 commit comments

Comments
 (0)