Skip to content

Commit c87102f

Browse files
committed
Fix pep8
1 parent 2c4455c commit c87102f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/generic.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -4952,7 +4952,8 @@ def pipe(self, func, *args, **kwargs):
49524952
-------
49534953
DataFrame, Series or scalar
49544954
- If DataFrame.agg is called with a single function, returns a Series.
4955-
- If DataFrame.agg is called with several functions, returns a DataFrame.
4955+
- If DataFrame.agg is called with several functions, returns
4956+
a DataFrame.
49564957
- If Series.agg is called with single function, returns a scalar.
49574958
- If Series.agg is called with several functions, returns a Series.
49584959

0 commit comments

Comments
 (0)