Commit 6c160191 authored by Fred Drake's avatar Fred Drake

Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code.

parent 7f91cf9a
......@@ -173,7 +173,7 @@ class AppURLopener(urllib.FancyURLopener):
apply(urllib.FancyURLopener.__init__, (self,) + args)
self.version = "App/1.7"
urllib._urlopener = AppURLopener
urllib._urlopener = AppURLopener()
\end{verbatim}
\begin{classdesc}{URLopener}{\optional{proxies\optional{, **x509}}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment