From 735f6e0c8a023ae6cd62f792101f3c631994186c Mon Sep 17 00:00:00 2001 From: LSchroefl <65246829+LSchroefl@users.noreply.github.com> Date: Fri, 22 May 2020 00:10:05 +0200 Subject: Update numpy/lib/function_base.py Co-authored-by: Ross Barnowski --- numpy/lib/function_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') 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 -- cgit v1.2.1