aboutsummaryrefslogtreecommitdiff
path: root/python/more-itertools
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 04:15:46 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:37:55 -0400
commit2098d11a457237b6c34fe5289694a9b653dd7729 (patch)
tree1a1fd6fb68ba46811bf81c336c800b08a743a4b3 /python/more-itertools
parent3358d442646f137f9d159e8906c1276a38425009 (diff)
downloadslackbuilds-2098d11a457237b6c34fe5289694a9b653dd7729.tar.xz
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/README7
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.