diff options
| author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2021-09-22 18:40:34 -0700 |
|---|---|---|
| committer | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2021-09-22 18:40:34 -0700 |
| commit | 76c6e727c00150ed496e7ac43a2d4be501ee7c94 (patch) | |
| tree | f0ad22b6f13d7c91a268dbce2e80ba77d440fdec /numpy/polynomial | |
| parent | 0ed58f8b3eabb82f82176f58a311d7e3a0d4da32 (diff) | |
| download | numpy-76c6e727c00150ed496e7ac43a2d4be501ee7c94.tar.gz | |
duplicate item in see also.
Ok, I know legmul is important, I'm not sure I need it twice.
Joking aside, I belive that's a wrong copy-past, as other functions have
`legmulx, legmul`, but as this is the docs of legmulx, I guess the
author removed the `x` without realising legmul was already present.
Diffstat (limited to 'numpy/polynomial')
| -rw-r--r-- | numpy/polynomial/legendre.py | 2 |
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 ----- |
