Skip to content

Commit

Permalink
Update more.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bbayles committed Aug 24, 2020
1 parent fe253fa commit 8a23d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion more_itertools/more.py
Expand Up @@ -1777,7 +1777,7 @@ def groupby_transform(iterable, keyfunc=None, valuefunc=None, reducefunc=None):
* *keyfunc* is a function computing a key value for each item in *iterable*
* *valuefunc* is a function that transforms the individual items from
*iterable* after grouping
* *reducefunc* is a function that tranforms each group of items
* *reducefunc* is a function that transforms each group of items
>>> iterable = 'aAAbBBcCC'
>>> keyfunc = lambda k: k.upper()
Expand Down

0 comments on commit 8a23d62

Please sign in to comment.