summaryrefslogtreecommitdiff
path: root/doc/source/reference/swig.interface-file.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/swig.interface-file.rst')
-rw-r--r--doc/source/reference/swig.interface-file.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/swig.interface-file.rst b/doc/source/reference/swig.interface-file.rst
index 1d6fbe04d..36b226b9b 100644
--- a/doc/source/reference/swig.interface-file.rst
+++ b/doc/source/reference/swig.interface-file.rst
@@ -1,4 +1,4 @@
-Numpy.i: a SWIG Interface File for NumPy
+NumPy.i: a SWIG Interface File for NumPy
========================================
Introduction
@@ -555,7 +555,7 @@ If you get a Python error that looks like the following::
and the argument you are passing is an integer extracted from a
NumPy array, then you have stumbled upon this problem. The
solution is to modify the `SWIG`_ type conversion system to accept
-Numpy array scalars in addition to the standard integer types.
+NumPy array scalars in addition to the standard integer types.
Fortunately, this capabilitiy has been provided for you. Simply copy
the file::