Skip to content

Commit

Permalink
docstring fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Maetschke committed Feb 23, 2017
1 parent dcbe960 commit 7eea633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nutsflow/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def Pick(iterable, p_n, rand=rnd.Random()):
@nut_processor
def GroupBy(iterable, keycol=lambda x: x, nokey=False):
"""
iterable >> GroupBy(prob, keycol=lambda x: x, nokey=False)
iterable >> GroupBy(keycol=lambda x: x, nokey=False)
Group elements of iterable based on a column value of the element or
the function value of keycol for the element.
Expand Down

0 comments on commit 7eea633

Please sign in to comment.