summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkumar <kumar.mcmillan@gmail.com>2010-11-04 18:37:17 -0500
committerkumar <kumar.mcmillan@gmail.com>2010-11-04 18:37:17 -0500
commit427dc17e1a257578f5b0b6713ae81d6bd6ddf232 (patch)
treeb4aaadc312c6ca4a2b6658d4ce86adeb9bc7a93b /doc
parent29e2d8b78574b4520198f26f63878dbb1f4ae6b7 (diff)
downloadnose-427dc17e1a257578f5b0b6713ae81d6bd6ddf232.tar.gz
Whoops, really fixed the distribute URL this time
Diffstat (limited to 'doc')
-rw-r--r--doc/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 4ad8a28..eeb1805 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -56,7 +56,7 @@ Python3
=======
nose supports python3. Building from source on python3 requires
-`distribute <http://packages.python.org/distribute/>`. If you don't
+`distribute <http://packages.python.org/distribute/>`_. If you don't
have distribute installed, ``python3 setup.py install`` will install
it via distribute's bootstrap script.