From 2dfea67e341903a1e63f93010f1a007b085696b0 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Thu, 21 Jul 2005 17:39:11 +0000 Subject: [PATCH] No, [278] missed the actual bug; this should fix it git-svn-id: http://code.djangoproject.com/svn/django/trunk@279 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/modpython.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modpython.txt b/docs/modpython.txt index 1f3296f551..2bb8d07e62 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -86,7 +86,7 @@ instance. Just use ``VirtualHost`` for that, like so:: 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 ````s seperate interpreters:: +different ```` directives seperate interpreters:: ServerName www.example.com