]> granicus.if.org Git - python/commitdiff
Fix a minor output typo as found by Terry Reedy.
authorBrett Cannon <brett@python.org>
Tue, 31 Jan 2012 22:02:10 +0000 (17:02 -0500)
committerBrett Cannon <brett@python.org>
Tue, 31 Jan 2012 22:02:10 +0000 (17:02 -0500)
Lib/importlib/test/benchmark.py

index a8235cbe2ee8ea062991729781758bf0cb67869b..6c00111c2b04fcd01b343057f390046d0e43b776 100644 (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')