Skip to content

Commit ac16b63

Browse files
committed
fixed trailing whitespace on line 1161
1 parent c1093e5 commit ac16b63

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
@@ -1158,7 +1158,7 @@ def min(
11581158
--------
11591159
core.resample.Resampler.max : Compute max value of group.
11601160
core.resample.Resampler.mean : Compute mean of groups, excluding missing values.
1161-
core.resample.Resampler.median : Compute median of groups, excluding missing
1161+
core.resample.Resampler.median : Compute median of groups, excluding missing
11621162
values.
11631163
11641164
Examples

0 commit comments

Comments
 (0)