diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2012-02-07 16:36:06 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-02-07 16:36:06 -0700 |
commit | 87214fbfb095664e70702da421bc0df4cddd26c5 (patch) | |
tree | 7cefc7b9bdf003c6127ee58ddcf591c397914c5a | |
parent | 089fe5b0b429f0121efb758cabadfe667e427ad6 (diff) | |
download | numpy-87214fbfb095664e70702da421bc0df4cddd26c5.tar.gz |
BUG: Fix typo npydouble.
-rw-r--r-- | numpy/core/src/npymath/npy_math_complex.c.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/npymath/npy_math_complex.c.src b/numpy/core/src/npymath/npy_math_complex.c.src index ee4d09bc5..920f107b8 100644 --- a/numpy/core/src/npymath/npy_math_complex.c.src +++ b/numpy/core/src/npymath/npy_math_complex.c.src @@ -36,7 +36,7 @@ *=========================================================*/ /**begin repeat - * #type = npy_float, npydouble, npy_longdouble# + * #type = npy_float, npy_double, npy_longdouble# * #ctype = npy_cfloat,npy_cdouble,npy_clongdouble# * #c = f, , l# * #C = F, , L# |