[pypy-svn] r76660 - pypy/benchmarks/own

agaynor at codespeak.net agaynor at codespeak.net
Tue Aug 17 20:14:09 CEST 2010


Author: agaynor
Date: Tue Aug 17 20:14:08 2010
New Revision: 76660

Modified:
   pypy/benchmarks/own/go.py
Log:
Fix a description, it was a copy-paste.

Modified: pypy/benchmarks/own/go.py
==============================================================================
--- pypy/benchmarks/own/go.py	(original)
+++ pypy/benchmarks/own/go.py	Tue Aug 17 20:14:08 2010
@@ -438,7 +438,7 @@
     import util, optparse
     parser = optparse.OptionParser(
         usage="%prog [options]",
-        description="Test the performance of the Chaos benchmark")
+        description="Test the performance of the Go benchmark")
     util.add_standard_options_to(parser)
     options, args = parser.parse_args()
 



More information about the Pypy-commit mailing list