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

hpk at codespeak.net hpk at codespeak.net
Thu May 19 12:21:40 CEST 2005


Author: hpk
Date: Thu May 19 12:21:40 2005
New Revision: 12506

Modified:
   pypy/dist/pypy/documentation/getting_started.txt
Log:
shorten the thunk-sentence a bit 



Modified: pypy/dist/pypy/documentation/getting_started.txt
==============================================================================
--- pypy/dist/pypy/documentation/getting_started.txt	(original)
+++ pypy/dist/pypy/documentation/getting_started.txt	Thu May 19 12:21:40 2005
@@ -198,9 +198,9 @@
 lazily computed objects 
 +++++++++++++++++++++++
 
-One of the original features provided by the py.py interpreter that are
-without equivalent in CPython is the "thunk" object space, providing
-lazily-computed objects in a transparent manner::
+One of the original features provided by PyPy is the "thunk" 
+object space, providing lazily-computed objects in a fully
+transparent manner::
 
     cd pypy/bin
     python py.py -o thunk



More information about the Pypy-commit mailing list