diff --git a/boltons/iterutils.py b/boltons/iterutils.py index 5f3320a..c1a49dc 100644 --- a/boltons/iterutils.py +++ b/boltons/iterutils.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- """\ - :mod:`itertools` is full of great examples of Python generator usage. However, there are still some critical gaps. ``iterutils`` fills many of those gaps with featureful, tested, and Pythonic