From 5e7dcec09a4e0303689c016e7ca4d2e1368e1e0b Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 14 Mar 2022 11:17:24 -0400 Subject: python/python3-paste: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/python3-paste/README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'python') 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. -- cgit v1.2.3