From 275a290ea7045d8b6a621266923edf91f8cc7a1b Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Thu, 24 Sep 2015 03:36:22 -0700 Subject: [PATCH] docs tweak for nested iterutils intro --- docs/iterutils.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/iterutils.rst b/docs/iterutils.rst index 58b47a8..26555b1 100644 --- a/docs/iterutils.rst +++ b/docs/iterutils.rst @@ -26,11 +26,11 @@ present in the standard library. Nested ------ -Nested structures are common. Virtually all compact Python iterative -interaction is flat (list comprehensions, map/filter, generator -expressions, itertools, even other iterutils). These functions make -working with nested iterables and other containers as succinct and -powerful as Python itself. +Nested data structures are common. Yet virtually all of Python's +compact iteration tools work with flat data: list comprehensions, +map/filter, generator expressions, itertools, even other +iterutils. These functions make working with nested iterables and +other containers as succinct and powerful as Python itself. .. autofunction:: remap