Commit 1531c804 authored by Jason R. Coombs's avatar Jason R. Coombs

Correct documentation

parent 50cd15ae
...@@ -268,7 +268,7 @@ def download_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL, ...@@ -268,7 +268,7 @@ def download_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL,
Download setuptools from a specified location and return its filename Download setuptools from a specified location and return its filename
`version` should be a valid setuptools version number that is available `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. 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 `delay` is the number of seconds to pause before an actual download
attempt. attempt.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment