summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-08-27 15:10:20 +0000
committerFred Drake <fdrake@acm.org>2003-08-27 15:10:20 +0000
commit05bda76545ef202f83ba88c73f9dd8d03213a17d (patch)
treeed5babb3d0a6a7c14b1901a3557977e77cb93456
parent429d13a940d25807fb107a72b322ebd19ac067c4 (diff)
downloadcpython-05bda76545ef202f83ba88c73f9dd8d03213a17d.tar.gz
remove extra word occurance; reported to webmaster
-rw-r--r--Doc/lib/liburllib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liburllib.tex b/Doc/lib/liburllib.tex
index 5c3b897a1b..5c225561a3 100644
--- a/Doc/lib/liburllib.tex
+++ b/Doc/lib/liburllib.tex
@@ -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