[pypy-svn] r41356 - pypy/dist/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Mar 26 15:26:57 CEST 2007


Author: cfbolz
Date: Mon Mar 26 15:26:50 2007
New Revision: 41356

Modified:
   pypy/dist/pypy/doc/release-1.0.0.txt
Log:
fix some small typos


Modified: pypy/dist/pypy/doc/release-1.0.0.txt
==============================================================================
--- pypy/dist/pypy/doc/release-1.0.0.txt	(original)
+++ pypy/dist/pypy/doc/release-1.0.0.txt	Mon Mar 26 15:26:50 2007
@@ -13,7 +13,7 @@
 - A translation approach to produce efficient low-level versions
   of the interpreter
 
-both these goals were achieved quite early in project, but finally:
+Both these goals were achieved quite early in project, but finally:
 
 - the ability to *generate automatically* a Just-In-Time Compiler
   starting from the interpreter
@@ -59,7 +59,7 @@
 interpreter implementation, our main frontend.
 
 PyPy now is also a Just-In-Time compiler generator.  The translation
-framework contains , the now integrated, JIT generation
+framework contains the now integrated JIT generation
 technology. This works based on hints added to the source interpreter,
 it should allow to cope with the changes to the interpreter, and be
 generally applicable to other interpreters written using the



More information about the Pypy-commit mailing list