From 5558de3b3570de749c9615752f6eb760baa5ef03 Mon Sep 17 00:00:00 2001 From: Collin Anderson Date: Thu, 2 Oct 2014 21:25:47 -0400 Subject: [PATCH] typo: in not specified --- README.rst | 2 +- docs/source/run.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 280c4a8a..1d43ba96 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/source/run.rst b/docs/source/run.rst index 5040a8bc..4a2a3915 100644 --- a/docs/source/run.rst +++ b/docs/source/run.rst @@ -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