summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.