Skip to content

Commit c9480e1

Browse files
authored
DOC: fix a typo in Resampler.interpolate (#56469)
DOC: fix typo in Resampler.interpolate
1 parent 54441fe commit c9480e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/resample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ def interpolate(
937937
938938
The original index is first reindexed to target timestamps
939939
(see :meth:`core.resample.Resampler.asfreq`),
940-
then the interpolation of ``NaN`` values via :meth`DataFrame.interpolate`
940+
then the interpolation of ``NaN`` values via :meth:`DataFrame.interpolate`
941941
happens.
942942
943943
Parameters

0 commit comments

Comments
 (0)