Skip to content

Commit 6e3c4b1

Browse files
committed
add return type of GroupBy object to docstring
1 parent 37387b3 commit 6e3c4b1

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
@@ -778,7 +778,8 @@ def pipe(
778778
779779
Returns
780780
-------
781-
the return type of `func`.
781+
GroupBy
782+
the return type of `func`.
782783
783784
See Also
784785
--------

0 commit comments

Comments
 (0)