From 3b7340cec284d5c707ebfce5d40f4d6eee769bb9 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 27 Aug 2003 15:10:20 +0000 Subject: [PATCH] remove extra word occurance; reported to webmaster --- Doc/lib/liburllib.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/liburllib.tex b/Doc/lib/liburllib.tex index 5c3b897a1b3d..5c225561a379 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 -- 2.47.3