diff options
author | LSchroefl <65246829+LSchroefl@users.noreply.github.com> | 2020-05-22 00:10:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 00:10:05 +0200 |
commit | 735f6e0c8a023ae6cd62f792101f3c631994186c (patch) | |
tree | 2a4efd08f26e8376b206006c30889ecddb3c6fc1 /numpy/lib/function_base.py | |
parent | 40d95016cd4322530e0aa28a9b4ae86a95eb8d02 (diff) | |
download | numpy-735f6e0c8a023ae6cd62f792101f3c631994186c.tar.gz |
Update numpy/lib/function_base.py
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index bb6a84795..ee67133df 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -1332,7 +1332,7 @@ def interp(x, xp, fp, left=None, right=None, period=None): If `xp` or `fp` are not 1-D sequences If `period == 0` - See also + See Also -------- scipy.interpolate |