diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 884107d4bc6af..87bd82936f134 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -8852,8 +8852,6 @@ def resample( See Also -------- - Series.resample : Resample a Series. - DataFrame.resample : Resample a DataFrame. groupby : Group {klass} by mapping, function, label, or list of labels. asfreq : Reindex a {klass} with the given frequency without grouping.