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.