diff options
| author | Michael Merickel <michael@merickel.org> | 2013-09-28 00:27:52 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-09-28 00:27:52 -0700 |
| commit | 1c1f5dab733269ef260e2145cb0f20c11fb9181b (patch) | |
| tree | d164cfd949442b0b5e75c887d841bbc1d4e239a8 /docs | |
| parent | 9221e806f945bd746044740f3fc7f05aaa41b656 (diff) | |
| parent | a8cb0406c3096486dd66204aa144cb117dab0890 (diff) | |
| download | pyramid-1c1f5dab733269ef260e2145cb0f20c11fb9181b.tar.gz pyramid-1c1f5dab733269ef260e2145cb0f20c11fb9181b.tar.bz2 pyramid-1c1f5dab733269ef260e2145cb0f20c11fb9181b.zip | |
Merge pull request #1133 from mgedmin/patch-1
OCD: add back missing )
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/quick_tour.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index 434dbdad5..1ac5181f3 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -17,7 +17,7 @@ Pyramid is a breeze. Unfortunately "standard" is not so simple in Python. For this Quick Tour, it means: `Python <http://www.python.org/download/releases/>`_, a `virtual environment <http://docs.python.org/dev/library/venv.html>`_ -(or `virtualenv for Python 2.7 <https://pypi.python.org/pypi/virtualenv>`_, +(or `virtualenv for Python 2.7 <https://pypi.python.org/pypi/virtualenv>`_), and `setuptools <https://pypi.python.org/pypi/setuptools/>`_. As an example, for Python 3.3+ on Linux: |
