summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-09-22 20:33:26 -0600
committerGitHub <noreply@github.com>2021-09-22 20:33:26 -0600
commit3dba9855656a9eb0ade2d8f14ff57148323e113a (patch)
treef0ad22b6f13d7c91a268dbce2e80ba77d440fdec
parent0ed58f8b3eabb82f82176f58a311d7e3a0d4da32 (diff)
parent76c6e727c00150ed496e7ac43a2d4be501ee7c94 (diff)
downloadnumpy-3dba9855656a9eb0ade2d8f14ff57148323e113a.tar.gz
Merge pull request #19929 from Carreau/legmul-legmul
duplicate item in see also.
-rw-r--r--numpy/polynomial/legendre.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/polynomial/legendre.py b/numpy/polynomial/legendre.py
index 9faad96e2..2e8052e7c 100644
--- a/numpy/polynomial/legendre.py
+++ b/numpy/polynomial/legendre.py
@@ -425,7 +425,7 @@ def legmulx(c):
See Also
--------
- legadd, legmul, legmul, legdiv, legpow
+ legadd, legmul, legdiv, legpow
Notes
-----