]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo
authorÉric Araujo <merwok@netwok.org>
Sun, 19 Jun 2011 16:53:31 +0000 (18:53 +0200)
committerÉric Araujo <merwok@netwok.org>
Sun, 19 Jun 2011 16:53:31 +0000 (18:53 +0200)
Lib/packaging/pypi/simple.py
Lib/packaging/tests/pypi_server.py

index 74cbf8db21d3b4dfb016d969cefcd51c64731688..710355d6480e8306af273978e1ee103dc46abb1c 100644 (file)
@@ -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
index 2baf8ba91ec97722ffd0996edb68cb3c40950cc3..41bf9c42a4bef3c78a8afdf5e22e4a2d5d32f2b7 100644 (file)
@@ -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