remove extra word occurance; reported to webmaster

This commit is contained in:
Fred Drake 2003-08-27 15:11:40 +00:00
parent 611dbc338e
commit 4f4dbef2ca
1 changed files with 1 additions and 1 deletions

View File

@ -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