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 186c30b + b6213c5 commit 029f7f7Copy full SHA for 029f7f7
1 file changed
Doc/howto/urllib2.rst
@@ -514,7 +514,7 @@ component and the hostname and optionally the port number)
514
e.g. "http://example.com/" *or* an "authority" (i.e. the hostname,
515
optionally including the port number) e.g. "example.com" or "example.com:8080"
516
(the latter example includes a port number). The authority, if present, must
517
-NOT contain the "userinfo" component - for example "joe@password:example.com" is
+NOT contain the "userinfo" component - for example "joe:password@example.com" is
518
not correct.
519
520
0 commit comments