summaryrefslogtreecommitdiff
path: root/numpy/polynomial/hermite.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/polynomial/hermite.py')
-rw-r--r--numpy/polynomial/hermite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/polynomial/hermite.py b/numpy/polynomial/hermite.py
index 9800063f0..9b0735a9a 100644
--- a/numpy/polynomial/hermite.py
+++ b/numpy/polynomial/hermite.py
@@ -419,7 +419,7 @@ def hermmulx(c):
.. math::
- xP_i(x) = (P_{i + 1}(x)/2 + i*P_{i - 1}(x))
+ xP_i(x) = (P_{i + 1}(x)/2 + i*P_{i - 1}(x))
Examples
--------