minor whitespace

This commit is contained in:
Mahmoud Hashemi 2015-03-29 23:49:32 -07:00
parent 289a7799be
commit 833437e150
1 changed files with 0 additions and 1 deletions

View File

@ -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