[pypy-svn] r37814 - pypy/dist/pypy/doc
auc at codespeak.net
auc at codespeak.net
Fri Feb 2 17:21:59 CET 2007
Author: auc
Date: Fri Feb 2 17:21:57 2007
New Revision: 37814
Modified:
pypy/dist/pypy/doc/coding-guide.txt
Log:
better wording
Modified: pypy/dist/pypy/doc/coding-guide.txt
==============================================================================
--- pypy/dist/pypy/doc/coding-guide.txt (original)
+++ pypy/dist/pypy/doc/coding-guide.txt Fri Feb 2 17:21:57 2007
@@ -828,9 +828,9 @@
The interpreter level expression has a ``space`` binding when
it is executed.
-Having properly added an entry under pypy/module (e.g. mymodule)
-automagically creates a new config option (such as --withmod-mymodule
-and --withoutmod-mymodule (the later being the default)) for py.py and
+Adding an entry under pypy/module (e.g. mymodule) entails automatic
+creation of a new config option (such as --withmod-mymodule and
+--withoutmod-mymodule (the later being the default)) for py.py and
translate.py.
Testing modules in ``pypy/lib``
More information about the pypy-svn
mailing list