[pypy-svn] r48886 - pypy/branch/ropes-unicode/pypy/config
cfbolz at codespeak.net
cfbolz at codespeak.net
Wed Nov 21 10:33:05 CET 2007
Author: cfbolz
Date: Wed Nov 21 10:33:04 2007
New Revision: 48886
Modified:
pypy/branch/ropes-unicode/pypy/config/pypyoption.py
Log:
fix typo
Modified: pypy/branch/ropes-unicode/pypy/config/pypyoption.py
==============================================================================
--- pypy/branch/ropes-unicode/pypy/config/pypyoption.py (original)
+++ pypy/branch/ropes-unicode/pypy/config/pypyoption.py Wed Nov 21 10:33:04 2007
@@ -153,7 +153,7 @@
suggests=[("objspace.std.withprebuiltchar", True),
("objspace.std.sharesmallstr", True)]),
- BoolOption("withropeunicod", "use ropes for the unicode implementation",
+ BoolOption("withropeunicode", "use ropes for the unicode implementation",
default=False,
requires=[("objspace.std.withrope", True)]),
More information about the Pypy-commit
mailing list