Author: Armin Rigo <ar...@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()``).
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to