diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:15:46 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:55 -0400 |
commit | 2098d11a457237b6c34fe5289694a9b653dd7729 (patch) | |
tree | 1a1fd6fb68ba46811bf81c336c800b08a743a4b3 /python/more-itertools | |
parent | 3358d442646f137f9d159e8906c1276a38425009 (diff) |
python/more-itertools: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/more-itertools')
-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 0dbca0d16785..26fe0ff2f7d1 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. |