diff --git a/pandas/core/resample.py b/pandas/core/resample.py index d54f6d31f6144..b3e86b4360d74 100644 --- a/pandas/core/resample.py +++ b/pandas/core/resample.py @@ -937,7 +937,7 @@ def interpolate( The original index is first reindexed to target timestamps (see :meth:`core.resample.Resampler.asfreq`), - then the interpolation of ``NaN`` values via :meth`DataFrame.interpolate` + then the interpolation of ``NaN`` values via :meth:`DataFrame.interpolate` happens. Parameters