Skip to content

Commit 8befc6a

Browse files
committed
Remove trailing whitespaces
1 parent 7564203 commit 8befc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2661,7 +2661,7 @@ def sem(self, ddof: int = 1, numeric_only: bool = False) -> NDFrameT:
26612661
See Also
26622662
--------
26632663
Series.sem : Return unbiased standard error of the mean over requested axis.
2664-
DataFrame.sem : Return unbiased standard error of the mean over requested axis.
2664+
DataFrame.sem : Return unbiased standard error of the mean over requested axis.
26652665
26662666
Examples
26672667
--------

0 commit comments

Comments
 (0)