Skip to content

Commit 62deebc

Browse files
Mathew GeorgeMathew George
Mathew George
authored and
Mathew George
committed
Fixed docstrings as referenced in issue no: #24071
1 parent 80bddaf commit 62deebc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/core/groupby/groupby.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class providing the base-class of operations.
171171
{examples}
172172
""")
173173

174-
_pipe_template = """\
174+
_pipe_template = """
175175
Apply a function `func` with arguments to this %(klass)s object and return
176176
the function's result.
177177
@@ -556,7 +556,8 @@ def __getattr__(self, attr):
556556
B
557557
A
558558
a 2
559-
b 2""")
559+
b 2
560+
""")
560561
@Appender(_pipe_template)
561562
def pipe(self, func, *args, **kwargs):
562563
return com._pipe(self, func, *args, **kwargs)

0 commit comments

Comments
 (0)