diff options
author | Richard Barnes <rbarnes@umn.edu> | 2015-05-12 00:19:57 -0500 |
---|---|---|
committer | Richard Barnes <rbarnes@umn.edu> | 2015-05-12 00:19:57 -0500 |
commit | d7c7bf24473d0f56a0625e55f79fef7b55389a13 (patch) | |
tree | 77e788521d0d762991ccca6dcd9316124939ac92 /numpy/polynomial/chebyshev.py | |
parent | 18c89dbf87929e68479b2272ad7ab4b321120773 (diff) | |
download | numpy-d7c7bf24473d0f56a0625e55f79fef7b55389a13.tar.gz |
Fixed spelling mistake
Diffstat (limited to 'numpy/polynomial/chebyshev.py')
-rw-r--r-- | numpy/polynomial/chebyshev.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/polynomial/chebyshev.py b/numpy/polynomial/chebyshev.py index f213ab3fd..de5cbb734 100644 --- a/numpy/polynomial/chebyshev.py +++ b/numpy/polynomial/chebyshev.py @@ -1770,7 +1770,7 @@ def chebcompanion(c): """Return the scaled companion matrix of c. The basis polynomials are scaled so that the companion matrix is - symmetric when `c` is aa Chebyshev basis polynomial. This provides + symmetric when `c` is a Chebyshev basis polynomial. This provides better eigenvalue estimates than the unscaled case and for basis polynomials the eigenvalues are guaranteed to be real if `numpy.linalg.eigvalsh` is used to obtain them. |