summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/numeric.py')
-rw-r--r--numpy/core/numeric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py
index cfcd237aa..352f43251 100644
--- a/numpy/core/numeric.py
+++ b/numpy/core/numeric.py
@@ -682,7 +682,7 @@ def correlate(a, v, mode='valid'):
This function computes the correlation as generally defined in signal
processing texts:
- .. math:: c_k = \sum_n a_{n+k} \cdot \overline{v_n}
+ .. math:: c_k = \sum_n a_{n+k} \cdot \overline{v}_n
with a and v sequences being zero-padded where necessary and
:math:`\overline x` denoting complex conjugation.