Merge pull request #907 from collinanderson/specified

typo: in not specified
This commit is contained in:
Randall Leeds 2014-10-02 18:36:34 -07:00
commit 4ea86dce40
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
++++++
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::
gunicorn myproject.wsgi

View File

@ -53,7 +53,7 @@ We also provide integration for both Django and Paster applications.
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::
gunicorn myproject.wsgi