diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index de0776b..4424381 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -145,7 +145,7 @@ configure. Gunicorn has sane and reasonable defaults for configurations. However, some other servers, like uWSGI, are tremendously more customizable, and therefore, -are much more difficult to effectively user. +are much more difficult to effectively use. Gunicorn is the default choice for new Python web applications today.