Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r2651:885c2831c05c
Date: 2016-03-23 21:38 +0100
http://bitbucket.org/cffi/cffi/changeset/885c2831c05c/

Log:    Update the one-sentence catch phrase describing cffi

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -2,9 +2,9 @@
 CFFI documentation
 ================================
 
-C Foreign Function Interface for Python. The goal is to provide a
-convenient and reliable way to call compiled C code from Python using
-interface declarations written in C.
+C Foreign Function Interface for Python.  Interact with almost any C
+code from Python, based on C-like declarations that you can often
+copy-paste from header files or documentation.
 
 * Goals_
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to