summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liburllib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-08-27 15:11:40 (GMT)
committerFred Drake <fdrake@acm.org>2003-08-27 15:11:40 (GMT)
commit4f4dbef2cadac2346e4e0357e72cea5aa40564ef (patch)
tree703828c7e6aa8cedc300fc51f515538a0efaf39b /Doc/lib/liburllib.tex
parent611dbc338e957df79c85c527f2508d3bf17e179a (diff)
downloadcpython-4f4dbef2cadac2346e4e0357e72cea5aa40564ef.zip
cpython-4f4dbef2cadac2346e4e0357e72cea5aa40564ef.tar.gz
cpython-4f4dbef2cadac2346e4e0357e72cea5aa40564ef.tar.bz2
remove extra word occurance; reported to webmaster
Diffstat (limited to 'Doc/lib/liburllib.tex')
-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 386f33e..a2ebc32 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