From 4c302d4eedda04c32a548e2206c892ad31942362 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 14 Mar 2022 11:17:03 -0400 Subject: python/python3-paginate: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/python3-paginate/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'python') 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. -- cgit v1.2.3