diff options
-rw-r--r-- | python/more-itertools/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/more-itertools/README b/python/more-itertools/README index 0dbca0d16785d..26fe0ff2f7d16 100644 --- a/python/more-itertools/README +++ b/python/more-itertools/README @@ -1,3 +1,4 @@ -Python's itertools library is a gem - you can compose elegant solutions for a -variety of problems with the functions it provides. In more-itertools we collect -additional building blocks, recipes, and routines for working with Python iterables. +Python's itertools library is a gem - you can compose elegant +solutions for a variety of problems with the functions it provides. In +more-itertools we collect additional building blocks, recipes, and +routines for working with Python iterables. |