Skip to content

Commit 712c2b1

Browse files
authored
Clarify pipe documentation (pandas-dev#49020)
1 parent 464c109 commit 712c2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5878,7 +5878,7 @@ def pipe(
58785878
58795879
If you have a function that takes the data as (say) the second
58805880
argument, pass a tuple indicating which keyword expects the
5881-
data. For example, suppose ``f`` takes its data as ``arg2``:
5881+
data. For example, suppose ``func`` takes its data as ``arg2``:
58825882
58835883
>>> (df.pipe(h)
58845884
... .pipe(g, arg1=a)

0 commit comments

Comments
 (0)