Skip to content

Commit 416352f

Browse files
Merge pull request #10314 from scls19fr/patch-1
Update v0.16.2.txt
2 parents 0a428e7 + c670bd9 commit 416352f

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)