Author: Armin Rigo <[email protected]> Branch: Changeset: r665:9eca3f6bd1c3 Date: 2012-07-18 08:54 +0200 http://bitbucket.org/cffi/cffi/changeset/9eca3f6bd1c3/
Log: Typo diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -98,7 +98,7 @@ ``libffi`` is notoriously messy to install and use --- to the point that CPython includes its own copy to avoid relying on external packages. -CFFI did the same for Windows, but (so far) not for other platforms. +CFFI does the same for Windows, but (so far) not for other platforms. Ubuntu Linux seems to work out of the box. Here are some (user-supplied) instructions for other platforms. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
