diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-06-19 16:53:31 (GMT) |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-06-19 16:53:31 (GMT) |
| commit | 348c572dcf1716f2cb2b5244b872ab9b186474da (patch) | |
| tree | c5e233b64c0215df62a0c48ebe367ea036dbdcde /Lib/packaging/pypi/simple.py | |
| parent | 12f2bffce1be0e36e2cf11a8be80de7fcb76dd54 (diff) | |
| download | cpython-348c572dcf1716f2cb2b5244b872ab9b186474da.zip cpython-348c572dcf1716f2cb2b5244b872ab9b186474da.tar.gz cpython-348c572dcf1716f2cb2b5244b872ab9b186474da.tar.bz2 | |
Fix typo
Diffstat (limited to 'Lib/packaging/pypi/simple.py')
| -rw-r--r-- | Lib/packaging/pypi/simple.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/packaging/pypi/simple.py b/Lib/packaging/pypi/simple.py index 74cbf8d..710355d 100644 --- a/Lib/packaging/pypi/simple.py +++ b/Lib/packaging/pypi/simple.py @@ -110,7 +110,7 @@ class Crawler(BaseClient): :param follow_externals: tell if following external links is needed or not. Default is False. :param mirrors_url: the url to look on for DNS records giving mirror - adresses. + addresses. :param mirrors: a list of mirrors (see PEP 381). :param timeout: time in seconds to consider a url has timeouted. :param mirrors_max_tries": number of times to try requesting informations |
