Skip to content

Commit e8091fe

Browse files
colesburytomasr8
andauthored
Update Lib/test/libregrtest/cmdline.py
Co-authored-by: Tomas R. <[email protected]>
1 parent 2813375 commit e8091fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def _create_parser():
320320
group.add_argument('--parallel-threads', metavar='PARALLEL_THREADS',
321321
type=int,
322322
help='run copies of each test in PARALLEL_THREADS at '
323-
'once')
323+
'once')
324324
group.add_argument('-T', '--coverage', action='store_true',
325325
dest='trace',
326326
help='turn on code coverage tracing using the trace '

0 commit comments

Comments
 (0)