diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-04 20:48:10 -0500 |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-04 20:48:10 -0500 |
commit | 7cb22f954ed50217f7eb483f4fbdb67953f6482d (patch) | |
tree | 17a28979c0abae1b41b5760df4621bc964c8f948 /numpy/polynomial/polynomial.py | |
parent | 9a902b775c12be99708a0a33a244ace3521855de (diff) | |
download | numpy-7cb22f954ed50217f7eb483f4fbdb67953f6482d.tar.gz |
More misc. typos
Found via `codespell`
Diffstat (limited to 'numpy/polynomial/polynomial.py')
-rw-r--r-- | numpy/polynomial/polynomial.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/polynomial/polynomial.py b/numpy/polynomial/polynomial.py index a71e5b549..adbf30234 100644 --- a/numpy/polynomial/polynomial.py +++ b/numpy/polynomial/polynomial.py @@ -36,7 +36,7 @@ Misc Functions -------------- - `polyfromroots` -- create a polynomial with specified roots. - `polyroots` -- find the roots of a polynomial. -- `polyvalfromroots` -- evalute a polynomial at given points from roots. +- `polyvalfromroots` -- evaluate a polynomial at given points from roots. - `polyvander` -- Vandermonde-like matrix for powers. - `polyvander2d` -- Vandermonde-like matrix for 2D power series. - `polyvander3d` -- Vandermonde-like matrix for 3D power series. |