diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:18:57 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:59 -0400 |
commit | 2079911b37a95ecaf820472863eafcf7e9effe3c (patch) | |
tree | 9d8d5b62929de0aa947715c09130f1ef0516186a /python | |
parent | 7ccb4b789d64c71662d770c3845675d8a04ec367 (diff) |
python/python3-waitress: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-waitress/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python/python3-waitress/README b/python/python3-waitress/README index 010cbde2f828..c99730c8f5b6 100644 --- a/python/python3-waitress/README +++ b/python/python3-waitress/README @@ -1,4 +1,5 @@ -Waitress is meant to be a production-quality pure-Python WSGI server with very -acceptable performance. -It has no dependencies except ones which live in the Python standard library. -It supports HTTP/1.0 and HTTP/1.1. +Waitress is meant to be a production-quality pure-Python WSGI server +with very acceptable performance. + +It has no dependencies except ones which live in the Python standard +library. It supports HTTP/1.0 and HTTP/1.1. |