From: Fred Drake Date: Wed, 27 Aug 2003 15:10:54 +0000 (+0000) Subject: remove extra word occurance; reported to webmaster X-Git-Tag: v2.3.1~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82adb7ba9ecd71586950f11a2923dc420d05f927;p=thirdparty%2FPython%2Fcpython.git remove extra word occurance; reported to webmaster --- diff --git a/Doc/lib/liburllib.tex b/Doc/lib/liburllib.tex index 386f33e730d5..a2ebc327e4d4 100644 --- a/Doc/lib/liburllib.tex +++ b/Doc/lib/liburllib.tex @@ -146,7 +146,7 @@ The public functions \function{urlopen()} and \class{FancyURLopener} class and use it to perform their requested actions. To override this functionality, programmers can create a subclass of \class{URLopener} or \class{FancyURLopener}, then assign -that an instance of that class to the +an instance of that class to the \code{urllib._urlopener} variable before calling the desired function. For example, applications may want to specify a different \mailheader{User-Agent} header than \class{URLopener} defines. This