Skip to content

Commit

Permalink
Add empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
pochmann authored Aug 1, 2023
1 parent 0ee59bd commit 5fd6c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions more_itertools/recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ def _zip_equal(*iterables):
except TypeError:
return _zip_equal_generator(iterables)


def grouper(iterable, n, incomplete='fill', fillvalue=None):
"""Group elements from *iterable* into fixed-length groups of length *n*.
Expand Down

0 comments on commit 5fd6c67

Please sign in to comment.