Kaydet (Commit) 5ea5b67a authored tarafından Brett Cannon's avatar Brett Cannon

Fix a minor output typo as found by Terry Reedy.

üst cdf11210
...@@ -201,7 +201,7 @@ if __name__ == '__main__': ...@@ -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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment