Commit b1dcfddb authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Merge pull request #2374 from spaceexperiment/doc_typo

Fixed documention typo
parents 4622d23c 1b5bd470
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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