summaryrefslogtreecommitdiff
path: root/docs/modpython.txt
diff options
context:
space:
mode:
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 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 ``<Location>``s seperate interpreters::
+different ``<Location>`` directives seperate interpreters::
<VirtualHost *>
ServerName www.example.com