diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-26 23:31:48 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-26 23:31:48 -0800 |
| commit | b1dcfddb729514d8eaa0a8276fa9fdb22a6f037e (patch) | |
| tree | 015adf8a5cab296b4aa2d56322c71b8b43fbc893 /docs | |
| parent | 4622d23ccf50a72432ff0c7416a4d6e0789c4f0b (diff) | |
| parent | 1b5bd470f03eff89f060648981f604fb04ad9ab3 (diff) | |
Merge pull request #2374 from spaceexperiment/doc_typo
Fixed documention typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/deployment/wsgi/gunicorn.txt | 2 |
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 |
