[pypy-svn] r19349 - pypy/release/0.8.x/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Tue Nov 1 15:10:47 CET 2005


Author: pedronis
Date: Tue Nov  1 15:10:46 2005
New Revision: 19349

Modified:
   pypy/release/0.8.x/pypy/doc/release-0.8.0.txt
Log:
small fixes



Modified: pypy/release/0.8.x/pypy/doc/release-0.8.0.txt
==============================================================================
--- pypy/release/0.8.x/pypy/doc/release-0.8.0.txt	(original)
+++ pypy/release/0.8.x/pypy/doc/release-0.8.0.txt	Tue Nov  1 15:10:46 2005
@@ -21,7 +21,7 @@
 - Since 0.6.0, PyPy shipped with an experimental Object Space (the
   part of PyPy implementing object operations and manipulation)
   implementing lazily computed objects, the "Thunk" object space. With
-  0.8.0 this object space can also been translated preserving
+  0.8.0 this object space can also be translated preserving
   its feature additions.
 
 What is PyPy (about)? 
@@ -67,11 +67,11 @@
 our work, in terms of extending and optimising PyPy further. We
 started to scratch the surface of Just-In-Time compiler related work,
 which we still expect will be the major source of our future speed
-improvements and some successful amount work have been done on the
+improvements and some successful amount work has been done on the
 support needed for stackless-like features.
   
 This release also includes the snapshots in preliminary or embryonic
-form of the following interesting sub projects:
+form of the following interesting but yet not completed sub projects:
 
 - The OOtyper, a RTyper variation for higher-level backends 
   (Squeak, ...)



More information about the Pypy-commit mailing list