[pypy-svn] r40200 - pypy/dist/pypy/config
fijal at codespeak.net
fijal at codespeak.net
Sun Mar 11 13:06:03 CET 2007
Author: fijal
Date: Sun Mar 11 13:06:02 2007
New Revision: 40200
Modified:
pypy/dist/pypy/config/pypyoption.py
Log:
fix (WARNING!) rest
Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py (original)
+++ pypy/dist/pypy/config/pypyoption.py Sun Mar 11 13:06:02 2007
@@ -196,7 +196,7 @@
default=False,
requires=[("objspace.std.withmethodcache", True)]),
IntOption("methodcachesizeexp",
- "2 ** methodcachesizeexp is the size of the of the method cache ",
+ " 2 ** methodcachesizeexp is the size of the of the method cache ",
default=11),
BoolOption("withmultilist",
"use lists optimized for flexibility",
More information about the Pypy-commit
mailing list