1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00

Merge pull request #2374 from spaceexperiment/doc_typo

Fixed documention typo
This commit is contained in:
Alex Gaynor 2014-02-26 23:31:48 -08:00
commit b1dcfddb72

View File

@ -28,7 +28,7 @@ Running Django in Gunicorn as a generic WSGI application
When Gunicorn is installed, a ``gunicorn`` command is available which starts When Gunicorn is installed, a ``gunicorn`` command is available which starts
the Gunicorn server process. At its simplest, gunicorn just needs to be called 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 gunicorn [OPTIONS] APP_MODULE