From 1a7b19fe58761a7b1af28e1c74cb5082220427be Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 22 Feb 2010 19:54:46 +0100 Subject: [PATCH] typo. thanks --- doc/htdocs/deployment.html | 2 +- doc/site/deployment.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/htdocs/deployment.html b/doc/htdocs/deployment.html index ad1f3703..c4e245a4 100644 --- a/doc/htdocs/deployment.html +++ b/doc/htdocs/deployment.html @@ -123,7 +123,7 @@ if [ -f $PID ]; then rm $PID fi cd $ROOT exec $GUNICORN -C $ROOT/gunicorn.conf.py --pidfile=$PID $APP -

Another useful tool to monitor and control Gunicorn is Supervisor. An +

Another useful tool to monitor and control Gunicorn is Supervisor. A simple configuration is:

 [program:gunicorn]
diff --git a/doc/site/deployment.rst b/doc/site/deployment.rst
index d495b98b..d0d1120a 100644
--- a/doc/site/deployment.rst
+++ b/doc/site/deployment.rst
@@ -80,7 +80,7 @@ A popular method for deploying Gunicorn is to have it monitored by runit_. An `e
     cd $ROOT
     exec $GUNICORN -C $ROOT/gunicorn.conf.py --pidfile=$PID $APP
 
-Another useful tool to monitor and control Gunicorn is Supervisor_. An 
+Another useful tool to monitor and control Gunicorn is Supervisor_. A 
 `simple configuration`_ is::
 
     [program:gunicorn]