summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-03-06 08:16:38 -0800
committerCharles Harris <charlesr.harris@gmail.com>2013-03-06 08:16:38 -0800
commitbbcfcf6ad3cbb1cbdc348161ee44f729d41c09d1 (patch)
tree9473066c4da4c73ab8c0d4bfed2239a98c60b181
parente108e1c43466cfa34eb2ef7899c2188b0dbbb5de (diff)
parentc3fedb3434f43e05adb0af822b2ed3a807f7382e (diff)
downloadnumpy-bbcfcf6ad3cbb1cbdc348161ee44f729d41c09d1.tar.gz
Merge pull request #3123 from maxalbert/master
Typo fix in FFT docs
-rw-r--r--numpy/fft/info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/fft/info.py b/numpy/fft/info.py
index 1289f3b4c..9fb98eda6 100644
--- a/numpy/fft/info.py
+++ b/numpy/fft/info.py
@@ -113,7 +113,7 @@ The inverse DFT is defined as
.. math::
a_m = \\frac{1}{n}\\sum_{k=0}^{n-1}A_k\\exp\\left\\{2\\pi i{mk\\over n}\\right\\}
- \\qquad n = 0,\\ldots,n-1.
+ \\qquad m = 0,\\ldots,n-1.
It differs from the forward transform by the sign of the exponential
argument and the normalization by :math:`1/n`.