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-Tag: v2.7.13rc1~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da85a173a23e9b6fbbbd2511bc713d162fcb801;p=thirdparty%2FPython%2Fcpython.git 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 1f05e5bcae50..b933dda3d242 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'