summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2014-06-24 10:51:45 +0200
committerArmin Rigo <arigo@tunes.org>2014-06-24 10:51:45 +0200
commit768f34233a827fd0e65a2506d60f2d386febf6d0 (patch)
treee03b001312005ed823203f98114413bec6fd3927
parent36eb69841f0bef954c42ba83bb24ddc6d954119c (diff)
downloadcffi-768f34233a827fd0e65a2506d60f2d386febf6d0.tar.gz
Transplant 08a4b8145f90
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 81c4348..33cd909 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -63,7 +63,7 @@ platform as well as on Win32. There are some Windows-specific issues
left.
It supports CPython 2.6; 2.7; 3.x (tested with 3.2 and 3.3);
-and is distrubuted with PyPy 2.0 beta2 or later.
+and is distributed 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 than ctypes on PyPy (1.5x-2x), but not yet