Fix a minor output typo as found by Terry Reedy.

This commit is contained in:
Brett Cannon 2012-01-31 17:02:10 -05:00
parent cdf1121076
commit 5ea5b67a0b
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ if __name__ == '__main__':
'(incompatible w/ --benchmark)')
parser.add_argument('--benchmark', dest='benchmark',
help='specific benchmark to run '
'(incompatible w/ --file')
'(incompatible w/ --file)')
options = parser.parse_args()
if options.filename and options.benchmark:
print('Cannot specify a benchmark *and* read/write results')