diff --git a/doc/source/whatsnew/v0.16.2.txt b/doc/source/whatsnew/v0.16.2.txt index b5394ab817cdf..4041f9f059bca 100644 --- a/doc/source/whatsnew/v0.16.2.txt +++ b/doc/source/whatsnew/v0.16.2.txt @@ -45,7 +45,7 @@ This can be rewritten as (df.pipe(h) .pipe(g, arg1=1) - .pipe(f, arg2=2) + .pipe(f, arg2=2, arg3=3) ) Now both the code and the logic flow from top to bottom. Keyword arguments are next to