diff --git a/pandas/core/generic.py b/pandas/core/generic.py index b329f4fb00ccc..bd5a114769cfb 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -6870,9 +6870,7 @@ def interpolate( similar names. These use the actual numerical values of the index. For more information on their behavior, see the `SciPy documentation - `__ - and `SciPy tutorial - `__. + `__. Examples --------