typo: in not specified

This commit is contained in:
Collin Anderson 2014-10-02 21:25:47 -04:00
parent b7c362ac1e
commit 5558de3b35
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ We also provide integration for both Django and Paster applications.
Django Django
++++++ ++++++
Gunicorn will look for a WSGI callable named ``application`` in not specified. Gunicorn will look for a WSGI callable named ``application`` if not specified.
So for a typical Django project, invoking gunicorn would look like:: So for a typical Django project, invoking gunicorn would look like::
gunicorn myproject.wsgi gunicorn myproject.wsgi

View File

@ -53,7 +53,7 @@ We also provide integration for both Django and Paster applications.
Django Django
------ ------
Gunicorn will look for a WSGI callable named ``application`` in not specified. Gunicorn will look for a WSGI callable named ``application`` if not specified.
So for a typical Django project, invoking gunicorn would look like:: So for a typical Django project, invoking gunicorn would look like::
gunicorn myproject.wsgi gunicorn myproject.wsgi