mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
# Oops, correct Latex errors.
This commit is contained in:
parent
0af2f63056
commit
be260101cb
1 changed files with 2 additions and 2 deletions
|
|
@ -94,8 +94,8 @@ required for unquoting HTML form values.
|
||||||
Convert a dictionary to a ``url-encoded'' string, suitable to pass to
|
Convert a dictionary to a ``url-encoded'' string, suitable to pass to
|
||||||
\function{urlopen()} above as the optional \var{data} argument. This
|
\function{urlopen()} above as the optional \var{data} argument. This
|
||||||
is useful to pass a dictionary of form fields to a \code{POST}
|
is useful to pass a dictionary of form fields to a \code{POST}
|
||||||
request. The resulting string is a series of \var{key}=\var{value}
|
request. The resulting string is a series of \var{key}\code{=}\var{value}
|
||||||
pairs separated by \code{&} characters, where both \var{key} and
|
pairs separated by \code{\&} characters, where both \var{key} and
|
||||||
\var{value} are quoted using \function{quote_plus()} above.
|
\var{value} are quoted using \function{quote_plus()} above.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue