summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorMichael Merickel <mmerickel@users.noreply.github.com>2016-04-12 19:01:57 -0500
committerMichael Merickel <mmerickel@users.noreply.github.com>2016-04-12 19:01:57 -0500
commitefaf7300c9c3ef2a795aae7f724bf5b02e96cd75 (patch)
tree71d519b06340bb6bf7f686b4429a5d51235bf42f /docs/tutorials
parent73cd1e62745fddee602e95837f155ffd499e51b7 (diff)
parentccd9e10cb15fa7256feb47663eb994cd00dfe782 (diff)
downloadpyramid-efaf7300c9c3ef2a795aae7f724bf5b02e96cd75.tar.gz
pyramid-efaf7300c9c3ef2a795aae7f724bf5b02e96cd75.tar.bz2
pyramid-efaf7300c9c3ef2a795aae7f724bf5b02e96cd75.zip
Merge pull request #2467 from Pylons/remove.py26
Remove: py26
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/modwsgi/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst
index 0885a42ab..3cc182d13 100644
--- a/docs/tutorials/modwsgi/index.rst
+++ b/docs/tutorials/modwsgi/index.rst
@@ -101,7 +101,7 @@ specific path information for commands and files.
WSGIApplicationGroup %{GLOBAL}
WSGIPassAuthorization On
WSGIDaemonProcess pyramid user=chrism group=staff threads=4 \
- python-path=/Users/chrism/modwsgi/env/lib/python2.6/site-packages
+ python-path=/Users/chrism/modwsgi/env/lib/python2.7/site-packages
WSGIScriptAlias /myapp /Users/chrism/modwsgi/env/pyramid.wsgi
<Directory /Users/chrism/modwsgi/env>