Skip to content

Commit 76c6e72

Browse files
committed
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.
1 parent 0ed58f8 commit 76c6e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/polynomial/legendre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def legmulx(c):
425425
426426
See Also
427427
--------
428-
legadd, legmul, legmul, legdiv, legpow
428+
legadd, legmul, legdiv, legpow
429429
430430
Notes
431431
-----

0 commit comments

Comments
 (0)