summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polytemplate.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/polynomial/polytemplate.py')
-rw-r--r--numpy/polynomial/polytemplate.py2
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`.