]> granicus.if.org Git - python/commitdiff
Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list.
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 22 Jun 2016 07:56:22 +0000 (00:56 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 22 Jun 2016 07:56:22 +0000 (00:56 -0700)
Doc/library/urlparse.rst

index 1f05e5bcae50bf43ff7519d64262d7b75b9bd678..b933dda3d2425909b9dd4603ce021223a84e0abf 100644 (file)
@@ -258,7 +258,7 @@ The :mod:`urlparse` module defines the following functions:
 
    .. doctest::
 
-      >>> urljoin('https://www.cwi.nl/%7Eguido/Python.html',
+      >>> urljoin('http://www.cwi.nl/%7Eguido/Python.html',
       ...         '//www.python.org/%7Eguido')
       'http://www.python.org/%7Eguido'