Skip to content

Commit

Permalink
Merge branch '2.x' into 3.x
Browse files Browse the repository at this point in the history
* 2.x:
  Fix issue #3159
  Fix issue #3160
  • Loading branch information
fabpot committed Oct 1, 2019
2 parents 21033f1 + f8c5f86 commit b50062d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions doc/filters/batch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ Arguments

* ``size``: The size of the batch; fractional numbers will be rounded up
* ``fill``: Used to fill in missing items
* ``preserve_keys``: Whether to preserve keys or not
1 change: 0 additions & 1 deletion doc/filters/map.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ Note that the arrow function has access to the current context.
Arguments
---------

* ``array``: The sequence or mapping
* ``arrow``: The arrow function
1 change: 0 additions & 1 deletion doc/filters/reduce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ Note that the arrow function has access to the current context.
Arguments
---------

* ``array``: The sequence or mapping
* ``arrow``: The arrow function
* ``initial``: The initial value

0 comments on commit b50062d

Please sign in to comment.