From: Senthil Kumaran Date: Tue, 1 Oct 2013 05:10:44 +0000 (-0700) Subject: Minor doc fix in urlparse.rst X-Git-Tag: v2.7.6rc1~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34f7c4ee806bfbbe4a6fe8bced6b46608cd706b2;p=python Minor doc fix in urlparse.rst --- diff --git a/Doc/library/urlparse.rst b/Doc/library/urlparse.rst index efd112d175..1bc361d8b2 100644 --- a/Doc/library/urlparse.rst +++ b/Doc/library/urlparse.rst @@ -72,7 +72,7 @@ The :mod:`urlparse` module defines the following functions: ParseResult(scheme='', netloc='www.cwi.nl:80', path='/%7Eguido/Python.html', params='', query='', fragment='') >>> urlparse('www.cwi.nl/%7Eguido/Python.html') - ParseResult(scheme='', netloc='', path='www.cwi.nl:80/%7Eguido/Python.html', + ParseResult(scheme='', netloc='', path='www.cwi.nl/%7Eguido/Python.html', params='', query='', fragment='') >>> urlparse('help/Python.html') ParseResult(scheme='', netloc='', path='help/Python.html', params='',