From 833437e1505372d4aa4ed790ff5addf887d41ae6 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sun, 29 Mar 2015 23:49:32 -0700 Subject: [PATCH] minor whitespace --- boltons/iterutils.py | 1 - 1 file changed, 1 deletion(-) 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