Skip to content

Commit

Permalink
Merge branch '1.x' into 2.x
Browse files Browse the repository at this point in the history
* 1.x:
  Fix issue #3159
  Fix issue #3160
  • Loading branch information
fabpot committed Oct 1, 2019
2 parents c2fd999 + 8909a16 commit f8c5f86
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
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
Expand Up @@ -34,5 +34,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
Expand Up @@ -28,6 +28,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 f8c5f86

Please sign in to comment.