python/more-itertools: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 04:15:46 -04:00
parent 3358d44264
commit 2098d11a45

View file

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