summaryrefslogtreecommitdiff
path: root/tools/swig/numpy.i
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-01-13 09:03:17 -0700
committerGitHub <noreply@github.com>2022-01-13 09:03:17 -0700
commitc6d95f57bff1ae390b3539bd46f1c74695b861eb (patch)
tree97539532377c89f6dd8468c82b7501f0bc8cde54 /tools/swig/numpy.i
parent5fee4748117e752c42ee489810f272b3e65dffd3 (diff)
parent58dbe260a2e41c31f1ab03e1abdb1f01da4c1edc (diff)
downloadnumpy-c6d95f57bff1ae390b3539bd46f1c74695b861eb.tar.gz
Merge pull request #20811 from DimitriPapadopoulos/repeated
MAINT, DOC: discard repeated words
Diffstat (limited to 'tools/swig/numpy.i')
-rw-r--r--tools/swig/numpy.i2
1 files changed, 1 insertions, 1 deletions
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.
*/