[pypy-svn] r12476 - pypy/dist/pypy/documentation

pedronis at codespeak.net pedronis at codespeak.net
Wed May 18 20:55:11 CEST 2005


Author: pedronis
Date: Wed May 18 20:55:10 2005
New Revision: 12476

Modified:
   pypy/dist/pypy/documentation/release-0.6.txt
Log:
minor edit



Modified: pypy/dist/pypy/documentation/release-0.6.txt
==============================================================================
--- pypy/dist/pypy/documentation/release-0.6.txt	(original)
+++ pypy/dist/pypy/documentation/release-0.6.txt	Wed May 18 20:55:10 2005
@@ -51,9 +51,9 @@
     - the 'thunk' object space that implements lazy values and a 'become'
       operation that can exchange object identities.
   
-  *These spaces already give a glimpse in the flexibility potential of PyPy*.
-  (see demo/fibonacci.py and demo/sharedref.py for examples about the 'thunk'
-  object space)
+  *These spaces already give a glimpse in the flexibility potential of
+  PyPy*.  (See demo/fibonacci.py and demo/sharedref.py for examples
+  about the 'thunk' object space.)
 
 * The core of PyPy only implements new-style classes, old-style
   classes are basically implemented, apart some hooks, as what is in



More information about the Pypy-commit mailing list