summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-07-22 21:51:41 (GMT)
committerGuido van Rossum <guido@python.org>1998-07-22 21:51:41 (GMT)
commitbe260101cb3537be622f5457233a537dfb5044e4 (patch)
tree71d51ad612fa476eccf89e25a447337b834eea1e
parent0af2f63056868463d6a0a7553176b854a6c786fa (diff)
downloadcpython-be260101cb3537be622f5457233a537dfb5044e4.zip
cpython-be260101cb3537be622f5457233a537dfb5044e4.tar.gz
cpython-be260101cb3537be622f5457233a537dfb5044e4.tar.bz2
# Oops, correct Latex errors.
-rw-r--r--Doc/lib/liburllib.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/liburllib.tex b/Doc/lib/liburllib.tex
index 60e87b5..c53508b 100644
--- a/Doc/lib/liburllib.tex
+++ b/Doc/lib/liburllib.tex
@@ -94,8 +94,8 @@ required for unquoting HTML form values.
Convert a dictionary to a ``url-encoded'' string, suitable to pass to
\function{urlopen()} above as the optional \var{data} argument. This
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}
-pairs separated by \code{&} characters, where both \var{key} and
+request. The resulting string is a series of \var{key}\code{=}\var{value}
+pairs separated by \code{\&} characters, where both \var{key} and
\var{value} are quoted using \function{quote_plus()} above.
\end{funcdesc}