Skip to content

Commit 05bda76

Browse files
committed
remove extra word occurance; reported to webmaster
1 parent 429d13a commit 05bda76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/lib/liburllib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ \section{\module{urllib} ---
118118
\class{FancyURLopener} class and use it to perform their requested
119119
actions. To override this functionality, programmers can create a
120120
subclass of \class{URLopener} or \class{FancyURLopener}, then assign
121-
that an instance of that class to the
121+
an instance of that class to the
122122
\code{urllib._urlopener} variable before calling the desired function.
123123
For example, applications may want to specify a different
124124
\mailheader{User-Agent} header than \class{URLopener} defines. This

0 commit comments

Comments
 (0)