]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove extra word occurance; reported to webmaster
authorFred Drake <fdrake@acm.org>
Wed, 27 Aug 2003 15:10:20 +0000 (15:10 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 27 Aug 2003 15:10:20 +0000 (15:10 +0000)
Doc/lib/liburllib.tex

index 5c3b897a1b3dc31fb8f49b915d39d43cb1942ec8..5c225561a37962f8ce8c9b451af73c934a841f4e 100644 (file)
@@ -118,7 +118,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