From 8da85a173a23e9b6fbbbd2511bc713d162fcb801 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 22 Jun 2016 00:56:22 -0700 Subject: Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list. --- Doc/library/urlparse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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' -- cgit v0.12