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