Skip to content

Commit

Permalink
DOC: fix a typo in Resampler.interpolate (#56469)
Browse files Browse the repository at this point in the history
DOC: fix typo in Resampler.interpolate
  • Loading branch information
yuanx749 authored Dec 12, 2023
1 parent 54441fe commit c9480e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9480e1

Please sign in to comment.