summaryrefslogtreecommitdiff
path: root/doc/source/user/c-info.python-as-glue.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user/c-info.python-as-glue.rst')
-rw-r--r--doc/source/user/c-info.python-as-glue.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/c-info.python-as-glue.rst b/doc/source/user/c-info.python-as-glue.rst
index 8643d0dd1..2798aa08a 100644
--- a/doc/source/user/c-info.python-as-glue.rst
+++ b/doc/source/user/c-info.python-as-glue.rst
@@ -1115,7 +1115,7 @@ SWIG
Simplified Wrapper and Interface Generator (SWIG) is an old and fairly
stable method for wrapping C/C++-libraries to a large variety of other
languages. It does not specifically understand NumPy arrays but can be
-made useable with NumPy through the use of typemaps. There are some
+made usable with NumPy through the use of typemaps. There are some
sample typemaps in the numpy/tools/swig directory under numpy.i together
with an example module that makes use of them. SWIG excels at wrapping
large C/C++ libraries because it can (almost) parse their headers and