summaryrefslogtreecommitdiff
path: root/docs/narr/install.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-09 00:47:47 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-09 00:47:47 +0200
commit1bdfad6c7303a810b05c60c53443dacc4d111852 (patch)
treee18c1b7283102ceab1a41b52d8505783e644ead7 /docs/narr/install.rst
parent7fe736bf57696aa62c8b0d84e62ad486d0f88f40 (diff)
downloadpyramid-1bdfad6c7303a810b05c60c53443dacc4d111852.tar.gz
pyramid-1bdfad6c7303a810b05c60c53443dacc4d111852.tar.bz2
pyramid-1bdfad6c7303a810b05c60c53443dacc4d111852.zip
remove obvious, and therefore redundant, info
Diffstat (limited to 'docs/narr/install.rst')
-rw-r--r--docs/narr/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index b092f73bc..85dfd5bf4 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -203,7 +203,7 @@ Installing Distribute On Python 3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``setuptools`` doesn't work under Python 3. Instead, you can use
-``distribute``, which is a fork of setuptools that does work on Python 3. To
+``distribute``, which is a fork of setuptools. To
install it, first download `distribute_setup.py
<http://python-distribute.org/distribute_setup.py>`_ then invoke it using the
Python interpreter into which you want to install setuptools.