commit | 8da85a173a23e9b6fbbbd2511bc713d162fcb801 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Wed Jun 22 00:56:22 2016 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Wed Jun 22 00:56:22 2016 -0700 |
tree | c4285d62099f0265d44da407570ef6643e349ebe | |
parent | 7a5691f0ba84f1f9a9eaa8be41d4361397737b10 [diff] [blame] |
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 1f05e5b..b933dda 100644 --- a/Doc/library/urlparse.rst +++ b/Doc/library/urlparse.rst
@@ -258,7 +258,7 @@ .. 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'