From 5c1329ed9b35a20f7e782e437607721fd018b29f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 22 Feb 2016 00:55:59 -0500 Subject: [PATCH] sp --- docs/scenarios/web.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index d68712c..41dbab2 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -156,9 +156,9 @@ Waitress -------- `Waitress `_ is a pure-python WSGI server -that claims "very acceptable performance". It's documentation is not very -detailed, but it offers some nice functionality that Gunicorn doesn't have -(HTTP request buffering). +that claims "very acceptable performance". Its documentation is not very +detailed, but it does offer some nice functionality that Gunicorn doesn't have +(e.g. HTTP request buffering). Waitress is gaining popularity within the Python web development community.