summaryrefslogtreecommitdiff
path: root/tools/swig
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-01-13 10:56:00 +0100
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-01-13 11:29:51 +0100
commit58dbe260a2e41c31f1ab03e1abdb1f01da4c1edc (patch)
tree8aada9a88cb8718941d16faafb2749462f8325e5 /tools/swig
parent813a0c11186ded0b5caeb853fd2b22fb9addd511 (diff)
downloadnumpy-58dbe260a2e41c31f1ab03e1abdb1f01da4c1edc.tar.gz
MAINT, DOC: discard repeated words
Diffstat (limited to 'tools/swig')
-rw-r--r--tools/swig/README2
-rw-r--r--tools/swig/numpy.i2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/swig/README b/tools/swig/README
index 7fa0599c6..c539c597f 100644
--- a/tools/swig/README
+++ b/tools/swig/README
@@ -15,7 +15,7 @@ system used here, can be found in the NumPy reference guide.
Testing
-------
The tests are a good example of what we are trying to do with numpy.i.
-The files related to testing are are in the test subdirectory::
+The files related to testing are in the test subdirectory::
Vector.h
Vector.cxx
diff --git a/tools/swig/numpy.i b/tools/swig/numpy.i
index 99ed073ab..0ef92bab1 100644
--- a/tools/swig/numpy.i
+++ b/tools/swig/numpy.i
@@ -524,7 +524,7 @@
return success;
}
- /* Require the given PyArrayObject to to be Fortran ordered. If the
+ /* Require the given PyArrayObject to be Fortran ordered. If the
* the PyArrayObject is already Fortran ordered, do nothing. Else,
* set the Fortran ordering flag and recompute the strides.
*/