summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Holmes <preston@ptone.com>2012-09-29 21:53:13 -0700
committerPreston Holmes <preston@ptone.com>2012-09-29 21:53:13 -0700
commitab2a1773fdef2ff240b124268f5ae1118d8e27b5 (patch)
treea63429128d870fc45a6232a323474dfc9dc92607
parent3abf6105b6c953c6feb28708b9903f583cb28438 (diff)
Added a missing comma
-rw-r--r--docs/howto/deployment/wsgi/modwsgi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt
index fd467cb995..7f68485dff 100644
--- a/docs/howto/deployment/wsgi/modwsgi.txt
+++ b/docs/howto/deployment/wsgi/modwsgi.txt
@@ -73,7 +73,7 @@ Using a virtualenv
If you install your project's Python dependencies inside a `virtualenv`_,
you'll need to add the path to this virtualenv's ``site-packages`` directory to
your Python path as well. To do this, add an additional path to your
-`WSGIPythonPath` directive with multiple paths separated by a colon::
+`WSGIPythonPath` directive, with multiple paths separated by a colon::
WSGIPythonPath /path/to/mysite.com:/path/to/your/venv/lib/python2.X/site-packages