[Python-checkins] cpython: Fix typo

eric.araujo python-checkins at python.org
Sun Jun 19 19:24:05 CEST 2011


http://hg.python.org/cpython/rev/00f0b48eeb88
changeset:   70872:00f0b48eeb88
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Jun 19 18:53:31 2011 +0200
summary:
  Fix typo

files:
  Lib/packaging/pypi/simple.py       |  2 +-
  Lib/packaging/tests/pypi_server.py |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Lib/packaging/pypi/simple.py b/Lib/packaging/pypi/simple.py
--- a/Lib/packaging/pypi/simple.py
+++ b/Lib/packaging/pypi/simple.py
@@ -110,7 +110,7 @@
     :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
--- a/Lib/packaging/tests/pypi_server.py
+++ b/Lib/packaging/tests/pypi_server.py
@@ -22,7 +22,7 @@
 
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list