summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-08-10 14:45:59 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-08-10 14:45:59 -0400
commit1531c8041c6b3f4e077d6edeb8305db2aacdbfb7 (patch)
treee9c06e0d15432bbf5f8e4fa357671e606b03acdc /ez_setup.py
parent50cd15aef3a657ee9cf86326e18e3bc2919b4cf6 (diff)
downloadpython-setuptools-git-1531c8041c6b3f4e077d6edeb8305db2aacdbfb7.tar.gz
Correct documentation
Diffstat (limited to 'ez_setup.py')
-rw-r--r--ez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 791973ec..96ec11d5 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -268,7 +268,7 @@ def download_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL,
Download setuptools from a specified location and return its filename
`version` should be a valid setuptools version number that is available
- as an egg for download under the `download_base` URL (which should end
+ as an sdist for download under the `download_base` URL (which should end
with a '/'). `to_dir` is the directory where the egg will be downloaded.
`delay` is the number of seconds to pause before an actual download
attempt.