Skip to content

Commit 4a38a74

Browse files
committed
fix E501 docstring for pandas core groupby median
1 parent cb21950 commit 4a38a74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/groupby/groupby.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,8 @@ def median(self, numeric_only: bool = False) -> NDFrameT:
23412341
See Also
23422342
--------
23432343
Series.groupby : Apply a function groupby to a Series.
2344-
DataFrame.groupby : Apply a function groupby to each row or column of a DataFrame.
2344+
DataFrame.groupby : Apply a function groupby to each row or column of a
2345+
DataFrame.
23452346
23462347
Examples
23472348
--------

0 commit comments

Comments
 (0)