summaryrefslogtreecommitdiff
path: root/docs/user-guides
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2016-11-25 16:21:18 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2016-11-25 16:21:18 +1100
commite2210e46a50a282dd36427d768e3a5c9a2343700 (patch)
tree7e0c78c1e8581c22b9685225fb7618a7d5497a67 /docs/user-guides
parent12ffa805dfc7f05fba95a19f97c6bf361ae53ce0 (diff)
downloadmod_wsgi-e2210e46a50a282dd36427d768e3a5c9a2343700.tar.gz
Fix typo.
Diffstat (limited to 'docs/user-guides')
-rw-r--r--docs/user-guides/virtual-environments.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guides/virtual-environments.rst b/docs/user-guides/virtual-environments.rst
index c441fff..309deec 100644
--- a/docs/user-guides/virtual-environments.rst
+++ b/docs/user-guides/virtual-environments.rst
@@ -447,7 +447,7 @@ Python module search path, you can use the ``python-path`` option to
WSGIDaemonProcess myapp python-path=/some/path/project
This option would be in addition to the ``python-home`` option used to
-specify where the Pythom virtual environment is located.
+specify where the Python virtual environment is located.
If you are using embedded mode, you can use the ``WSGIPythonPath``
directive::