[pypy-svn] r34417 - pypy/dist/pypy/translator/goal
afayolle at codespeak.net
afayolle at codespeak.net
Thu Nov 9 16:11:49 CET 2006
Author: afayolle
Date: Thu Nov 9 16:11:24 2006
New Revision: 34417
Modified:
pypy/dist/pypy/translator/goal/translate.py
Log:
typo fix
Modified: pypy/dist/pypy/translator/goal/translate.py
==============================================================================
--- pypy/dist/pypy/translator/goal/translate.py (original)
+++ pypy/dist/pypy/translator/goal/translate.py Thu Nov 9 16:11:24 2006
@@ -46,7 +46,7 @@
cmdline="--profile"),
BoolOption("batch", "Don't run interactive helpers", default=False,
cmdline="--batch", negation=False),
- IntOption("huge", "Threshold in the number of functions after which"
+ IntOption("huge", "Threshold in the number of functions after which "
"a local call graph and not a full one is displayed",
default=100, cmdline="--huge"),
BoolOption("text", "Don't start the pygame viewer", default=False,
More information about the Pypy-commit
mailing list