From: Senthil Kumaran Date: Wed, 22 Jun 2016 07:56:22 +0000 (-0700) Subject: Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8da85a173a23e9b6fbbbd2511bc713d162fcb801;p=python Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list. --- diff --git a/Doc/library/urlparse.rst b/Doc/library/urlparse.rst index 1f05e5bcae..b933dda3d2 100644 --- a/Doc/library/urlparse.rst +++ b/Doc/library/urlparse.rst @@ -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'