Skip to content

Commit

Permalink
fixed trailing whitespace on line 1161
Browse files Browse the repository at this point in the history
  • Loading branch information
knowltod committed Dec 6, 2024
1 parent b385544 commit 77f1323
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 @@ -1158,7 +1158,7 @@ def min(
--------
core.resample.Resampler.max : Compute max value of group.
core.resample.Resampler.mean : Compute mean of groups, excluding missing values.
core.resample.Resampler.median : Compute median of groups, excluding missing
core.resample.Resampler.median : Compute median of groups, excluding missing
values.
Examples
Expand Down

0 comments on commit 77f1323

Please sign in to comment.