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

rxe at codespeak.net rxe at codespeak.net
Fri May 20 14:15:18 CEST 2005


Author: rxe
Date: Fri May 20 14:15:18 2005
New Revision: 12628

Modified:
   pypy/dist/pypy/documentation/misc.txt
Log:
Consistency with american english / english english.



Modified: pypy/dist/pypy/documentation/misc.txt
==============================================================================
--- pypy/dist/pypy/documentation/misc.txt	(original)
+++ pypy/dist/pypy/documentation/misc.txt	Fri May 20 14:15:18 2005
@@ -364,7 +364,7 @@
 
 - automated (unit-)testing framework with html/pdf reports 
 
-**Synchronisation with Standard Python**
+**Synchronization with Standard Python**
 
 - Keeping PyPy in sync with potential changes to Standard Python.
 
@@ -617,7 +617,7 @@
 
 **Stackless Integration  + More Performance Hacks**
 
-- Identification and Implementation of Optimisations through modifications 
+- Identification and Implementation of Optimizations through modifications 
   of the Translator.
   
 - Enable Massive Parallelism in a Single Thread.
@@ -663,7 +663,7 @@
   machine code for multiple processor architectures.  Enable dynamic
   foreign function calls.
 
-- Research optimisation heuristics for the Just-In-Time compiler.
+- Research optimization heuristics for the Just-In-Time compiler.
 
 - A Just-In-Time compiler for PyPy !!! Outperform the
   state-of-the art (Psyco, Stackless).



More information about the Pypy-commit mailing list