From: Éric Araujo Date: Sun, 19 Jun 2011 16:53:31 +0000 (+0200) Subject: Fix typo X-Git-Tag: v3.3.0a1~2096 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=348c572dcf1716f2cb2b5244b872ab9b186474da;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Lib/packaging/pypi/simple.py b/Lib/packaging/pypi/simple.py index 74cbf8db21d3..710355d6480e 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 diff --git a/Lib/packaging/tests/pypi_server.py b/Lib/packaging/tests/pypi_server.py index 2baf8ba91ec9..41bf9c42a4be 100644 --- a/Lib/packaging/tests/pypi_server.py +++ b/Lib/packaging/tests/pypi_server.py @@ -22,7 +22,7 @@ I think of something like that: Then, the server must have only one port to rely on, eg. - >>> server.fulladress() + >>> server.fulladdress() "http://ip:port/" It could be simple to have one HTTP server, relaying the requests to the two