summaryrefslogtreecommitdiff
path: root/numpy/polynomial/hermite_e.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/polynomial/hermite_e.py')
-rw-r--r--numpy/polynomial/hermite_e.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/polynomial/hermite_e.py b/numpy/polynomial/hermite_e.py
index abd27361e..182c562c2 100644
--- a/numpy/polynomial/hermite_e.py
+++ b/numpy/polynomial/hermite_e.py
@@ -414,7 +414,7 @@ def hermemulx(c):
.. math::
- xP_i(x) = (P_{i + 1}(x) + iP_{i - 1}(x)))
+ xP_i(x) = (P_{i + 1}(x) + iP_{i - 1}(x)))
Examples
--------