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.
1 parent 3c678c3 commit 21b2933Copy full SHA for 21b2933
1 file changed
Doc/library/urllib.parse.rst
@@ -70,7 +70,7 @@ or on combining URL components into a URL string.
70
ParseResult(scheme='', netloc='www.cwi.nl:80', path='/%7Eguido/Python.html',
71
params='', query='', fragment='')
72
>>> urlparse('www.cwi.nl/%7Eguido/Python.html')
73
- ParseResult(scheme='', netloc='', path='www.cwi.nl:80/%7Eguido/Python.html',
+ ParseResult(scheme='', netloc='', path='www.cwi.nl/%7Eguido/Python.html',
74
75
>>> urlparse('help/Python.html')
76
ParseResult(scheme='', netloc='', path='help/Python.html', params='',
0 commit comments