diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:17:24 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:58 -0400 |
commit | 5e7dcec09a4e0303689c016e7ca4d2e1368e1e0b (patch) | |
tree | 8f1375953bb91c165ad3f32f9d4088c75eb5118d /python/python3-paste | |
parent | 8af4b316a9dd223564e2eb17e2775d3e0c32587a (diff) |
python/python3-paste: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python3-paste')
-rw-r--r-- | python/python3-paste/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python/python3-paste/README b/python/python3-paste/README index 895b98c38a5e..5eb6755dc3d3 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. |