diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-04-14 22:11:15 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-04-14 22:31:34 +0200 |
commit | 5343bc84bbbd36df73b4678d5f58c2cbcc1dda85 (patch) | |
tree | 943e3c9b74fb6243299b8dd07f22d0baf17487dc /numpy/polynomial/laguerre.py | |
parent | 524abf2f43b0f6d5baaec14c5e1a5feb53610f73 (diff) | |
download | numpy-5343bc84bbbd36df73b4678d5f58c2cbcc1dda85.tar.gz |
DOC: fix some more See Also issues
These ones just generated warnings, not build failures
Diffstat (limited to 'numpy/polynomial/laguerre.py')
-rw-r--r-- | numpy/polynomial/laguerre.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/polynomial/laguerre.py b/numpy/polynomial/laguerre.py index a402b0191..025a09929 100644 --- a/numpy/polynomial/laguerre.py +++ b/numpy/polynomial/laguerre.py @@ -269,8 +269,7 @@ def lagfromroots(roots): See Also -------- - polyfromroots, legfromroots, chebfromroots, hermfromroots, - hermefromroots. + polyfromroots, legfromroots, chebfromroots, hermfromroots, hermefromroots Examples -------- |