summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-26 23:31:48 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-26 23:31:48 -0800
commitb1dcfddb729514d8eaa0a8276fa9fdb22a6f037e (patch)
tree015adf8a5cab296b4aa2d56322c71b8b43fbc893 /docs
parent4622d23ccf50a72432ff0c7416a4d6e0789c4f0b (diff)
parent1b5bd470f03eff89f060648981f604fb04ad9ab3 (diff)
Merge pull request #2374 from spaceexperiment/doc_typo
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