summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-05-30 16:54:40 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-05-30 16:54:40 +0300
commit9c2ee9b4f7210017906b6efae1e8909f7569dfd9 (patch)
treeed6627c96af6a99cb85e11cf0067a7e352c298d1
parent72e6fcf9d593abacffc23ca9b28a5f2487a1b632 (diff)
downloadcffi-9c2ee9b4f7210017906b6efae1e8909f7569dfd9.tar.gz
docs: English improvement, thank to Daniel Holth
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 928ee33..d3a5c31 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -8,7 +8,7 @@ interface declarations written in C.
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.