We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a428e7 + c670bd9 commit 416352fCopy full SHA for 416352f
doc/source/whatsnew/v0.16.2.txt
@@ -45,7 +45,7 @@ This can be rewritten as
45
46
(df.pipe(h)
47
.pipe(g, arg1=1)
48
- .pipe(f, arg2=2)
+ .pipe(f, arg2=2, arg3=3)
49
)
50
51
Now both the code and the logic flow from top to bottom. Keyword arguments are next to
0 commit comments