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 5b20046168..c739997ce4 100644
--- a/docs/modpython.txt
+++ b/docs/modpython.txt
@@ -150,7 +150,7 @@ mess things up. Use the ``PythonInterpreter`` directive to give different
<Location "/otherthing">
SetEnv DJANGO_SETTINGS_MODULE mysite.other_settings
- PythonInterpreter mysite_other
+ PythonInterpreter othersite
</Location>
</VirtualHost>