diff options
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 afeafcb68..9576a4697 100644 --- a/numpy/polynomial/chebyshev.py +++ b/numpy/polynomial/chebyshev.py @@ -2012,4 +2012,4 @@ def chebpts2(npts): # Chebyshev series class # -exec polytemplate.substitute(name='Chebyshev', nick='cheb', domain='[-1,1]') +exec(polytemplate.substitute(name='Chebyshev', nick='cheb', domain='[-1,1]')) |