diff options
Diffstat (limited to 'numpy/polynomial/chebyshev.py')
-rw-r--r-- | numpy/polynomial/chebyshev.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/numpy/polynomial/chebyshev.py b/numpy/polynomial/chebyshev.py index ea064a695..5fb28ea07 100644 --- a/numpy/polynomial/chebyshev.py +++ b/numpy/polynomial/chebyshev.py @@ -1344,12 +1344,12 @@ def chebpts1(npts): Parameters ---------- - npts: int + npts : int Number of sample points desired. Returns ------- - pts: ndarray + pts : ndarray The Chebyshev points of the second kind. Notes @@ -1375,12 +1375,12 @@ def chebpts2(npts): Parameters ---------- - npts: int + npts : int Number of sample points desired. Returns ------- - pts: ndarray + pts : ndarray The Chebyshev points of the second kind. Notes |