[pypy-svn] r39103 - pypy/release/0.99.x/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Sat Feb 17 14:38:24 CET 2007


Author: hpk
Date: Sat Feb 17 14:38:23 2007
New Revision: 39103

Modified:
   pypy/release/0.99.x/pypy/doc/getting-started.txt
Log:
just state translatability


Modified: pypy/release/0.99.x/pypy/doc/getting-started.txt
==============================================================================
--- pypy/release/0.99.x/pypy/doc/getting-started.txt	(original)
+++ pypy/release/0.99.x/pypy/doc/getting-started.txt	Sat Feb 17 14:38:23 2007
@@ -287,8 +287,8 @@
 
 It is interesting to note that this lazy-computing Python extension 
 is solely implemented in a small `objspace/thunk.py`_ file consisting 
-of around 200 lines of code. Since the 0.8.0 release it is even possible
-to `translate PyPy with the thunk object space`_.
+of around 200 lines of code. Since the 0.8.0 release you 
+can `translate PyPy with the thunk object space`_.
 
 Logic programming
 +++++++++++++++++



More information about the Pypy-commit mailing list