Skip to content

Commit

Permalink
Final change for v0.1.1 -- typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwf committed Aug 6, 2015
1 parent e931cd7 commit e002388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picklable_itertools/extras.py
Expand Up @@ -141,7 +141,7 @@ def __next__(self):


def roundrobin(*iterables):
"""Grab items from a collection of iterators in a round ro bin
"""Grab items from a collection of iterators in a round robin
fashion until all are exhausted.
>>> list(roundrobin('ABC', 'DEF', 'GH'))
Expand Down

0 comments on commit e002388

Please sign in to comment.