]> granicus.if.org Git - python/commitdiff
remove extra word occurance; reported to webmaster
authorFred Drake <fdrake@acm.org>
Wed, 27 Aug 2003 15:11:40 +0000 (15:11 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 27 Aug 2003 15:11:40 +0000 (15:11 +0000)
Doc/lib/liburllib.tex

index 386f33e730d56888a9b011a1c342f1d82e86297a..a2ebc327e4d43d5e97ad3501c7bf8f82108cf409 100644 (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