summaryrefslogtreecommitdiff
path: root/docs/modpython.txt
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2005-07-21 17:38:28 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2005-07-21 17:38:28 +0000
commit8a285ec790ab0ec4e19c730d17725183490ad81f (patch)
treebe574c3e6f906228535a76a2ba1f15ec539674ad /docs/modpython.txt
parent7af62f48e33c5e392b6978607e312f4e033f1de4 (diff)
downloaddjango-8a285ec790ab0ec4e19c730d17725183490ad81f.tar.gz
Fixed ReST bug in [277]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@278 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
-rw-r--r--docs/modpython.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt
index 38e6d91165..1f3296f551 100644
--- a/docs/modpython.txt
+++ b/docs/modpython.txt
@@ -83,7 +83,7 @@ instance. Just use ``VirtualHost`` for that, like so::
SetEnv DJANGO_SETTINGS_MODULE myproject.settings.admin
</VirtualHost>
-If you need to put two Django installations within the same ``VirtualHost``,
+If you need to put two Django installations within the same ``VirtualHost``
you'll see problems due to the way mod_python caches code in memory. To fix
this problem, you'll need to use the ``PythonInterpreter`` directive to give
different ``<Location>``s seperate interpreters::