Kaydet (Commit) 8da85a17 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list.

üst 7a5691f0
...@@ -258,7 +258,7 @@ The :mod:`urlparse` module defines the following functions: ...@@ -258,7 +258,7 @@ The :mod:`urlparse` module defines the following functions:
.. doctest:: .. doctest::
>>> urljoin('https://www.cwi.nl/%7Eguido/Python.html', >>> urljoin('http://www.cwi.nl/%7Eguido/Python.html',
... '//www.python.org/%7Eguido') ... '//www.python.org/%7Eguido')
'http://www.python.org/%7Eguido' 'http://www.python.org/%7Eguido'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment