diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2010-05-28 15:53:17 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2010-05-28 15:53:17 +0000 |
commit | a26c364b165b71660916ee7d15e71f8c4f19c93d (patch) | |
tree | 602cd43787b42fb8803acd6bbf7e53f91e4073c2 /numpy | |
parent | cb3fb06b904dbdd71cf4a1bfd9c7e4b32332c7b9 (diff) | |
download | numpy-a26c364b165b71660916ee7d15e71f8c4f19c93d.tar.gz |
BUG: Fix typo. Closes ticket #1496.
Diffstat (limited to 'numpy')
-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 b954e93a9..68cfa6ea1 100644 --- a/numpy/core/src/npymath/npy_math_complex.c.src +++ b/numpy/core/src/npymath/npy_math_complex.c.src @@ -242,7 +242,7 @@ /**begin repeat1 * #kind = cabs,carg# - * #KIND = CABS,carg# + * #KIND = CABS,CARG# */ #ifdef HAVE_@KIND@@C@ @type@ npy_@kind@@c@(@ctype@ z) |