From 1b5bd470f03eff89f060648981f604fb04ad9ab3 Mon Sep 17 00:00:00 2001 From: jibreel Date: Thu, 27 Feb 2014 09:27:40 +0200 Subject: [PATCH] Fixed documention typo --- docs/howto/deployment/wsgi/gunicorn.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/deployment/wsgi/gunicorn.txt b/docs/howto/deployment/wsgi/gunicorn.txt index 95051b690b..ad4cf6e225 100644 --- a/docs/howto/deployment/wsgi/gunicorn.txt +++ b/docs/howto/deployment/wsgi/gunicorn.txt @@ -28,7 +28,7 @@ Running Django in Gunicorn as a generic WSGI application When Gunicorn is installed, a ``gunicorn`` command is available which starts the Gunicorn server process. At its simplest, gunicorn just needs to be called -with a the location of a WSGI application object.:: +with the location of a WSGI application object.:: gunicorn [OPTIONS] APP_MODULE