Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r153:2bd97aedb97e
Date: 2011-11-02 15:51 +0100
http://bitbucket.org/pypy/benchmarks/changeset/2bd97aedb97e/

Log:    Essential fix.

diff --git a/own/json_bench.py b/own/json_bench.py
--- a/own/json_bench.py
+++ b/own/json_bench.py
@@ -26,7 +26,7 @@
     import util, optparse
     parser = optparse.OptionParser(
         usage="%prog [options]",
-        description="Test the performance of the Go benchmark")
+        description="Test the performance of the JSON benchmark")
     util.add_standard_options_to(parser)
     options, args = parser.parse_args()
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to