mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Fix a minor output typo as found by Terry Reedy.
This commit is contained in:
parent
cdf1121076
commit
5ea5b67a0b
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ if __name__ == '__main__':
|
||||||
'(incompatible w/ --benchmark)')
|
'(incompatible w/ --benchmark)')
|
||||||
parser.add_argument('--benchmark', dest='benchmark',
|
parser.add_argument('--benchmark', dest='benchmark',
|
||||||
help='specific benchmark to run '
|
help='specific benchmark to run '
|
||||||
'(incompatible w/ --file')
|
'(incompatible w/ --file)')
|
||||||
options = parser.parse_args()
|
options = parser.parse_args()
|
||||||
if options.filename and options.benchmark:
|
if options.filename and options.benchmark:
|
||||||
print('Cannot specify a benchmark *and* read/write results')
|
print('Cannot specify a benchmark *and* read/write results')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue