Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21b2933

Browse files
committed
Minor doc fix in urllib.parse.rst
1 parent 3c678c3 commit 21b2933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/urllib.parse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ or on combining URL components into a URL string.
7070
ParseResult(scheme='', netloc='www.cwi.nl:80', path='/%7Eguido/Python.html',
7171
params='', query='', fragment='')
7272
>>> urlparse('www.cwi.nl/%7Eguido/Python.html')
73-
ParseResult(scheme='', netloc='', path='www.cwi.nl:80/%7Eguido/Python.html',
73+
ParseResult(scheme='', netloc='', path='www.cwi.nl/%7Eguido/Python.html',
7474
params='', query='', fragment='')
7575
>>> urlparse('help/Python.html')
7676
ParseResult(scheme='', netloc='', path='help/Python.html', params='',

0 commit comments

Comments
 (0)