[pypy-commit] cffi default: Rename here too.

arigo noreply at buildbot.pypy.org
Wed Jun 27 16:11:50 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r546:f206741d1aa4
Date: 2012-06-27 16:11 +0200
http://bitbucket.org/cffi/cffi/changeset/f206741d1aa4/

Log:	Rename here too.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -73,7 +73,7 @@
 * ``python setup.py install`` or ``python setup_base.py install``
 
 * or you can directly import and use ``cffi``, but if you don't
-  compile the ``_ffi_backend`` extension module, it will fall back
+  compile the ``_cffi_backend`` extension module, it will fall back
   to using internally ``ctypes`` (slower and does not support
   ``verify()``).
 


More information about the pypy-commit mailing list