[pypy-svn] r37759 - pypy/dist/pypy/config
cfbolz at codespeak.net
cfbolz at codespeak.net
Thu Feb 1 19:09:57 CET 2007
Author: cfbolz
Date: Thu Feb 1 19:09:57 2007
New Revision: 37759
Modified:
pypy/dist/pypy/config/pypyoption.py
Log:
fix typo
Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py (original)
+++ pypy/dist/pypy/config/pypyoption.py Thu Feb 1 19:09:57 2007
@@ -110,7 +110,7 @@
requires=[("objspace.std.withsmallint", False)]),
IntOption("prebuiltintfrom", "lowest integer which is prebuilt",
- default=-5, cmdline="--prebuiltinfrom"),
+ default=-5, cmdline="--prebuiltintfrom"),
IntOption("prebuiltintto", "highest integer which is prebuilt",
default=100, cmdline="--prebuiltintto"),
More information about the pypy-svn
mailing list