[pypy-commit] cffi default: Update the one-sentence catch phrase describing cffi

arigo pypy.commits at gmail.com
Wed Mar 23 16:37:59 EDT 2016


Author: Armin Rigo <arigo at 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_
 


More information about the pypy-commit mailing list