Skip to content

Commit ec45a65

Browse files
committed
capitalize return type description
1 parent 6e3c4b1 commit ec45a65

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
@@ -779,7 +779,7 @@ def pipe(
779779
Returns
780780
-------
781781
GroupBy
782-
the return type of `func`.
782+
The return type of `func`.
783783
784784
See Also
785785
--------

0 commit comments

Comments
 (0)