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

Skip to content

Commit be26010

Browse files
committed
# Oops, correct Latex errors.
1 parent 0af2f63 commit be26010

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/liburllib.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ \section{Standard Module \module{urllib}}
9494
Convert a dictionary to a ``url-encoded'' string, suitable to pass to
9595
\function{urlopen()} above as the optional \var{data} argument. This
9696
is useful to pass a dictionary of form fields to a \code{POST}
97-
request. The resulting string is a series of \var{key}=\var{value}
98-
pairs separated by \code{&} characters, where both \var{key} and
97+
request. The resulting string is a series of \var{key}\code{=}\var{value}
98+
pairs separated by \code{\&} characters, where both \var{key} and
9999
\var{value} are quoted using \function{quote_plus()} above.
100100
\end{funcdesc}
101101

0 commit comments

Comments
 (0)