summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjibreel <jibbo88@gmail.com>2014-02-27 09:27:40 +0200
committerjibreel <jibbo88@gmail.com>2014-02-27 09:27:40 +0200
commit1b5bd470f03eff89f060648981f604fb04ad9ab3 (patch)
tree015adf8a5cab296b4aa2d56322c71b8b43fbc893 /docs
parent4622d23ccf50a72432ff0c7416a4d6e0789c4f0b (diff)
Fixed documention typo
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/wsgi/gunicorn.txt2
1 files changed, 1 insertions, 1 deletions
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