summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:17:03 +0100
committer B. Watson2022-03-17 17:37:58 +0100
commit4c302d4eedda04c32a548e2206c892ad31942362 (patch)
treeb0a2c786f4fdcf28a5078390b1a2611560a5baf4 /python
parent0ed973bc97d30fcff2b868923dbd110fe393f1dc (diff)
downloadslackbuilds-4c302d4eedda04c32a548e2206c892ad31942362.tar.gz
python/python3-paginate: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/python3-paginate/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/python/python3-paginate/README b/python/python3-paginate/README
index 48c4807222..49e939c2ff 100644
--- a/python/python3-paginate/README
+++ b/python/python3-paginate/README
@@ -1,6 +1,7 @@
-python3-paginate divides large result sets into pages for easier browsing.
+python3-paginate divides large result sets into pages for easier
+browsing.
This module helps divide up large result sets into pages or chunks.
-The user gets displayed one page at a time and can navigate to other pages.
-It is especially useful when developing web interfaces and showing the
-users only a selection of information at a time.
+The user gets displayed one page at a time and can navigate to other
+pages. It is especially useful when developing web interfaces and
+showing the users only a selection of information at a time.