diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:14:04 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:54 -0400 |
commit | ef96b5d5d467a4c703ce0200a452472c9ff15ce8 (patch) | |
tree | 5f5be1a51a4f31c241341c5cbb5cdbced3135cee | |
parent | 7377d72c14eed60a064297a94796dd2606eb0b19 (diff) |
python/flask-paginate: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/flask-paginate/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/flask-paginate/README b/python/flask-paginate/README index fa12ded409e9..57908f43f946 100644 --- a/python/flask-paginate/README +++ b/python/flask-paginate/README @@ -1,2 +1,3 @@ -Paginate support for flask framework (study from will_paginate). -Use bootstrap for css framework It requires Python2.6+ as string.format syntax. +Paginate support for flask framework (study from will_paginate). Use +bootstrap for css framework. It requires Python2.6+ as string.format +syntax. |