summaryrefslogtreecommitdiffstats
path: root/python/python3-paginate/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-paginate/README')
-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.