diff options
author | Minkyu Lee <mknicklee@gmail.com> | 2018-06-19 11:16:44 -0400 |
---|---|---|
committer | Minkyu Lee <mknicklee@gmail.com> | 2018-06-19 11:16:44 -0400 |
commit | 48e36e8a1746ddb949c5e27522d80874330283ac (patch) | |
tree | 25c964eef273c39939882d198fa4fd6cae78d8d0 | |
parent | a35a0f2117024e1bfed09c682efa09a696258673 (diff) | |
download | numpy-48e36e8a1746ddb949c5e27522d80874330283ac.tar.gz |
MAINT: fixed typo in mapiter_trivial_@name@ description
-rw-r--r-- | numpy/core/src/multiarray/lowlevel_strided_loops.c.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/lowlevel_strided_loops.c.src b/numpy/core/src/multiarray/lowlevel_strided_loops.c.src index da4970ff6..b25b4a8b6 100644 --- a/numpy/core/src/multiarray/lowlevel_strided_loops.c.src +++ b/numpy/core/src/multiarray/lowlevel_strided_loops.c.src @@ -1371,7 +1371,7 @@ PyArray_TransferMaskedStridedToNDim(npy_intp ndim, */ /* - * Advanded indexing iteration of arrays when there is a single indexing + * Advanced indexing iteration of arrays when there is a single indexing * array which has the same memory order as the value array and both * can be trivially iterated (single stride, aligned, no casting necessary). */ |