From b7b58209caffa214e22ecab1def0eed23b708167 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 22 Feb 2016 00:39:13 -0500 Subject: [PATCH] few --- docs/scenarios/web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.