diff options
author | kumar <kumar.mcmillan@gmail.com> | 2010-11-04 18:12:48 -0500 |
---|---|---|
committer | kumar <kumar.mcmillan@gmail.com> | 2010-11-04 18:12:48 -0500 |
commit | 5d10d4efcf64a8806475100e92faedeb6581b924 (patch) | |
tree | c656840489d024e4d4848180f11a50a87e7df839 /doc | |
parent | be690ca4d4689d3f564b4a3b7e248c2d748c4c66 (diff) | |
download | nose-5d10d4efcf64a8806475100e92faedeb6581b924.tar.gz |
Fixed typo in URL to distribute
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index bf1e841..4ad8a28 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. |