Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r1511:0157531d9a16
Date: 2014-05-06 11:05 +0200
http://bitbucket.org/cffi/cffi/changeset/0157531d9a16/

Log:    hg merge release-0.8

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -45,7 +45,7 @@
 Installation and Status
 =======================================================
 
-Quick installation:
+Quick installation (for cpython, cffi is distributed with PyPy):
 
 * ``pip install cffi``
 
@@ -60,10 +60,10 @@
 left.
 
 It supports CPython 2.6; 2.7; 3.x (tested with 3.2 and 3.3);
-and PyPy 2.0 beta2 or later.
+and is distrubuted with PyPy 2.0 beta2 or later.
 
 Its speed is comparable to ctypes on CPython (a bit faster but a higher
-warm-up time).  It is already faster on PyPy (1.5x-2x), but not yet
+warm-up time).  It is already faster than ctypes on PyPy (1.5x-2x), but not yet
 *much* faster; stay tuned.
 
 Requirements:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to