Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r525:26176c314bdd
Date: 2014-08-12 16:51 +0200
http://bitbucket.org/pypy/pypy.org/changeset/26176c314bdd/

Log:    Englishify?

diff --git a/index.html b/index.html
--- a/index.html
+++ b/index.html
@@ -51,8 +51,8 @@
 <ul class="simple">
 <li><strong>Speed:</strong> thanks to its Just-in-Time compiler, Python 
programs
 often run <a class="reference external" 
href="http://speed.pypy.org/";>faster</a> on PyPy.  <a class="reference 
external" href="http://en.wikipedia.org/wiki/Just-in-time_compilation";>(What is 
a JIT compiler?)</a></li>
-<li><strong>Memory usage:</strong> memory-hungry Python programs (many 
hundreds of
-MBs and above) might end up taking <a class="reference external" 
href="http://morepypy.blogspot.com/2009/10/gc-improvements.html";>less space</a> 
than they do in CPython.</li>
+<li><strong>Memory usage:</strong> memory-hungry Python programs (several 
hundreds of
+MBs or more) might end up taking <a class="reference external" 
href="http://morepypy.blogspot.com/2009/10/gc-improvements.html";>less space</a> 
than they do in CPython.</li>
 <li><strong>Compatibility:</strong> PyPy is <a class="reference external" 
href="compat.html">highly compatible</a> with existing python code.
 It supports <a class="reference external" 
href="https://cffi.readthedocs.org";>cffi</a> and can run popular python 
libraries like <a class="reference external" 
href="https://twistedmatrix.com/";>twisted</a>
 and <a class="reference external" 
href="https://www.djangoproject.com/";>django</a>.</li>
diff --git a/source/index.txt b/source/index.txt
--- a/source/index.txt
+++ b/source/index.txt
@@ -9,8 +9,8 @@
   * **Speed:** thanks to its Just-in-Time compiler, Python programs
     often run `faster`_ on PyPy.  `(What is a JIT compiler?)`_
 
-  * **Memory usage:** memory-hungry Python programs (many hundreds of
-    MBs and above) might end up taking `less space`_ than they do in CPython.
+  * **Memory usage:** memory-hungry Python programs (several hundreds of
+    MBs or more) might end up taking `less space`_ than they do in CPython.
 
   * **Compatibility:** PyPy is `highly compatible`_ with existing python code.
     It supports `cffi`_ and can run popular python libraries like `twisted`_
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to