Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f4dbef

Browse files
committed
remove extra word occurance; reported to webmaster
1 parent 611dbc3 commit 4f4dbef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/liburllib.tex

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

0 commit comments

Comments
 (0)