python/python3-waitress: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 11:18:57 -04:00
parent 7ccb4b789d
commit 2079911b37
1 changed files with 5 additions and 4 deletions

View File

@ -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.