8000
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 712d474 commit bf1da70Copy full SHA for bf1da70
Doc/lib/liburllib.tex
@@ -97,7 +97,7 @@ \section{\module{urllib} ---
97
98
\begin{verbatim}
99
# Use http://www.someproxy.com:3128 for http proxying
100
-proxies = proxies={'http': 'http://www.someproxy.com:3128'}
+proxies = {'http': 'http://www.someproxy.com:3128'}
101
filehandle = urllib.urlopen(some_url, proxies=proxies)
102
# Don't use any proxies
103
filehandle = urllib.urlopen(some_url, proxies={})
0 commit comments