summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
authorLSchroefl <65246829+LSchroefl@users.noreply.github.com>2020-05-22 00:10:05 +0200
committerGitHub <noreply@github.com>2020-05-22 00:10:05 +0200
commit735f6e0c8a023ae6cd62f792101f3c631994186c (patch)
tree2a4efd08f26e8376b206006c30889ecddb3c6fc1 /numpy/lib/function_base.py
parent40d95016cd4322530e0aa28a9b4ae86a95eb8d02 (diff)
downloadnumpy-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.py2
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