mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code.
This commit is contained in:
parent
7f91cf9a68
commit
6c16019136
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ class AppURLopener(urllib.FancyURLopener):
|
||||||
apply(urllib.FancyURLopener.__init__, (self,) + args)
|
apply(urllib.FancyURLopener.__init__, (self,) + args)
|
||||||
self.version = "App/1.7"
|
self.version = "App/1.7"
|
||||||
|
|
||||||
urllib._urlopener = AppURLopener
|
urllib._urlopener = AppURLopener()
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
\begin{classdesc}{URLopener}{\optional{proxies\optional{, **x509}}}
|
\begin{classdesc}{URLopener}{\optional{proxies\optional{, **x509}}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue