Skip to content

Commit c670bd9

Browse files
author
scls19fr
committed
Update v0.16.2.txt
Add arg3=3 to pipe example
1 parent 0a428e7 commit c670bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.16.2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This can be rewritten as
4545

4646
(df.pipe(h)
4747
.pipe(g, arg1=1)
48-
.pipe(f, arg2=2)
48+
.pipe(f, arg2=2, arg3=3)
4949
)
5050

5151
Now both the code and the logic flow from top to bottom. Keyword arguments are next to

0 commit comments

Comments
 (0)