Skip to content

Commit c2e24b3

Browse files
committed
fix as recommended
1 parent 36a610a commit c2e24b3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pandas/core/generic.py

+5-6
Original file line numberDiff line numberDiff line change
@@ -4951,12 +4951,11 @@ def pipe(self, func, *args, **kwargs):
49514951
Returns
49524952
-------
49534953
DataFrame, Series or scalar
4954-
The return can be:
4955-
- If DataFrame.agg is called with a single function, returns a Series.
4956-
- If DataFrame.agg is called with several functions, returns
4957-
a DataFrame.
4958-
- If Series.agg is called with single function, returns a scalar.
4959-
- If Series.agg is called with several functions, returns a Series.
4954+
If DataFrame.agg is called with a single function, returns a Series.\n
4955+
If DataFrame.agg is called with several functions, returns
4956+
a DataFrame.\n
4957+
If Series.agg is called with single function, returns a scalar.\n
4958+
If Series.agg is called with several functions, returns a Series.
49604959
49614960
%(see_also)s
49624961

0 commit comments

Comments
 (0)