diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:17:03 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:58 -0400 |
commit | 4c302d4eedda04c32a548e2206c892ad31942362 (patch) | |
tree | b0a2c786f4fdcf28a5078390b1a2611560a5baf4 /python | |
parent | 0ed973bc97d30fcff2b868923dbd110fe393f1dc (diff) | |
download | slackbuilds-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/README | 9 |
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. |