Author: anatoly techtonik <[email protected]> Branch: Changeset: r1516:02cede1d62b2 Date: 2014-05-30 16:54 +0300 http://bitbucket.org/cffi/cffi/changeset/02cede1d62b2/
Log: docs: English improvement, thank to Daniel Holth diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -8,7 +8,7 @@ The interface is based on `LuaJIT's FFI`_, and follows a few principles: * The goal is to call C code from Python without learning a 3rd language: - existing alternatives require to learn domain specific language + existing alternatives require users to learn domain specific language (Cython_, SWIG_) or API (ctypes_). CFFI design requires users to know only C and Python, minimizing extra bits of API that need to be learned. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
