summaryrefslogtreecommitdiff
path: root/numpy/polynomial/chebyshev.py
diff options
context:
space:
mode:
authorRichard Barnes <rbarnes@umn.edu>2015-05-12 00:19:57 -0500
committerRichard Barnes <rbarnes@umn.edu>2015-05-12 00:19:57 -0500
commitd7c7bf24473d0f56a0625e55f79fef7b55389a13 (patch)
tree77e788521d0d762991ccca6dcd9316124939ac92 /numpy/polynomial/chebyshev.py
parent18c89dbf87929e68479b2272ad7ab4b321120773 (diff)
downloadnumpy-d7c7bf24473d0f56a0625e55f79fef7b55389a13.tar.gz
Fixed spelling mistake
Diffstat (limited to 'numpy/polynomial/chebyshev.py')
-rw-r--r--numpy/polynomial/chebyshev.py2
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.