Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25c3053 + 514f056 commit 139a63fCopy full SHA for 139a63f
1 file changed
Doc/library/urllib.parse.rst
@@ -69,7 +69,7 @@ or on combining URL components into a URL string.
69
>>> urlparse('//www.cwi.nl:80/%7Eguido/Python.html')
70
ParseResult(scheme='', netloc='www.cwi.nl:80', path='/%7Eguido/Python.html',
71
params='', query='', fragment='')
72
- >>> urlparse('www.cwi.nl:80/%7Eguido/Python.html')
+ >>> urlparse('www.cwi.nl/%7Eguido/Python.html')
73
ParseResult(scheme='', netloc='', path='www.cwi.nl:80/%7Eguido/Python.html',
74
75
>>> urlparse('help/Python.html')
0 commit comments