summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/requirements.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-06 04:24:28 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-06 04:24:28 -0700
commit186b72e56600c79888795fa4eed286a5ebf71974 (patch)
tree2c99bbd1405cdb10bcad25d7f512056e7233e97b /docs/quick_tutorial/requirements.rst
parent7c29ea97c6617d1f6b2f621bf88aa6a0ab0209fa (diff)
downloadpyramid-186b72e56600c79888795fa4eed286a5ebf71974.tar.gz
pyramid-186b72e56600c79888795fa4eed286a5ebf71974.tar.bz2
pyramid-186b72e56600c79888795fa4eed286a5ebf71974.zip
- remove conf.py straggler
- update intersphinx link to python3 docs - Closes #2429
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
-rw-r--r--docs/quick_tutorial/requirements.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst
index 3373ba2bc..299ad2ac0 100644
--- a/docs/quick_tutorial/requirements.rst
+++ b/docs/quick_tutorial/requirements.rst
@@ -178,7 +178,7 @@ we just specified in the environment variable.
# Windows
c:\> c:\Python35\python -m venv %VENV%
-.. seealso:: See also Python 3's :mod:`venv module <python3:venv>` and Python
+.. seealso:: See also Python 3's :mod:`venv module <python:venv>` and Python
2's `virtualenv <http://www.virtualenv.org/en/latest/>`_ package.