summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2012-02-07 16:36:06 -0700
committerCharles Harris <charlesr.harris@gmail.com>2012-02-07 16:36:06 -0700
commit87214fbfb095664e70702da421bc0df4cddd26c5 (patch)
tree7cefc7b9bdf003c6127ee58ddcf591c397914c5a
parent089fe5b0b429f0121efb758cabadfe667e427ad6 (diff)
downloadnumpy-87214fbfb095664e70702da421bc0df4cddd26c5.tar.gz
BUG: Fix typo npydouble.
-rw-r--r--numpy/core/src/npymath/npy_math_complex.c.src2
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#