diff options
| author | Marius Gedminas <marius@gedmin.as> | 2013-09-28 09:59:09 +0300 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2013-09-28 09:59:09 +0300 |
| commit | a8cb0406c3096486dd66204aa144cb117dab0890 (patch) | |
| tree | d164cfd949442b0b5e75c887d841bbc1d4e239a8 /docs | |
| parent | 9221e806f945bd746044740f3fc7f05aaa41b656 (diff) | |
| download | pyramid-a8cb0406c3096486dd66204aa144cb117dab0890.tar.gz pyramid-a8cb0406c3096486dd66204aa144cb117dab0890.tar.bz2 pyramid-a8cb0406c3096486dd66204aa144cb117dab0890.zip | |
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: |
