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/hermite.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/hermite.py')
-rw-r--r-- | numpy/polynomial/hermite.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/polynomial/hermite.py b/numpy/polynomial/hermite.py index 73c35098e..4bfd89e52 100644 --- a/numpy/polynomial/hermite.py +++ b/numpy/polynomial/hermite.py @@ -272,8 +272,7 @@ def hermfromroots(roots): See Also -------- - polyfromroots, legfromroots, lagfromroots, chebfromroots, - hermefromroots. + polyfromroots, legfromroots, lagfromroots, chebfromroots, hermefromroots Examples -------- |