summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-02-09 16:17:14 -0800
committerChris McDonough <chrism@plope.com>2013-02-09 16:17:14 -0800
commit97f17d1e17985d058ee7c5fdb239fc379f463527 (patch)
tree4e2030ab32f83277a07441f143b8460c70872dad
parentb072d047c21ccc9b385eb52d958ce11de17dbd6c (diff)
parent1bdfad6c7303a810b05c60c53443dacc4d111852 (diff)
downloadpyramid-97f17d1e17985d058ee7c5fdb239fc379f463527.tar.gz
pyramid-97f17d1e17985d058ee7c5fdb239fc379f463527.tar.bz2
pyramid-97f17d1e17985d058ee7c5fdb239fc379f463527.zip
Merge pull request #853 from tshepang/obvious
remove obvious, and therefore redundant, info
-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.