summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:17:24 +0100
committer B. Watson2022-03-17 17:37:58 +0100
commit5e7dcec09a4e0303689c016e7ca4d2e1368e1e0b (patch)
tree8f1375953bb91c165ad3f32f9d4088c75eb5118d /python
parent8af4b316a9dd223564e2eb17e2775d3e0c32587a (diff)
downloadslackbuilds-5e7dcec09a4e0303689c016e7ca4d2e1368e1e0b.tar.gz
python/python3-paste: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/python3-paste/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/python/python3-paste/README b/python/python3-paste/README
index 895b98c38a..5eb6755dc3 100644
--- a/python/python3-paste/README
+++ b/python/python3-paste/README
@@ -1,9 +1,9 @@
-Paste provides several pieces of "middleware" (or filters) that can be nested to
-build web applications.
-Each piece of middleware uses the WSGI (PEP 333) interface, and should be
-compatible with other middleware based on those interfaces.
+Paste provides several pieces of "middleware" (or filters) that can be
+nested to build web applications.
+Each piece of middleware uses the WSGI (PEP 333) interface, and should
+be compatible with other middleware based on those interfaces.
-Paste is in maintenance mode and recently moved from bitbucket to github.
-Patches are accepted to keep it on life support, but for the most part,
-please consider using other options.
+Paste is in maintenance mode and recently moved from bitbucket to
+github. Patches are accepted to keep it on life support, but for the
+most part, please consider using other options.