diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2012-01-03 08:05:45 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-01-09 11:09:37 -0700 |
commit | a4e99a7998a30d8e777510aaa5926b436a844f2b (patch) | |
tree | 4539998dd7846b8e1ce27800f79be0f32a48d666 /numpy/polynomial/polytemplate.py | |
parent | 88163cb1ffb3a98a4ecc74481312a618813a9f1e (diff) | |
download | numpy-a4e99a7998a30d8e777510aaa5926b436a844f2b.tar.gz |
SPELL: Spellcheck the modules. Clarify an example.
Diffstat (limited to 'numpy/polynomial/polytemplate.py')
-rw-r--r-- | numpy/polynomial/polytemplate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/polynomial/polytemplate.py b/numpy/polynomial/polytemplate.py index 659f773e8..bb5effc0e 100644 --- a/numpy/polynomial/polytemplate.py +++ b/numpy/polynomial/polytemplate.py @@ -770,7 +770,7 @@ class $name(pu.PolyBase) : has the domain specified in the call. [residuals, rank, singular_values, rcond] : only if `full` = True - Residuals of the least-squares fit, the effective rank of the + Residuals of the least squares fit, the effective rank of the scaled Vandermonde matrix and its singular values, and the specified value of `rcond`. For more details, see `linalg.lstsq`. |