]> granicus.if.org Git - python/commitdiff
# Oops, correct Latex errors.
authorGuido van Rossum <guido@python.org>
Wed, 22 Jul 1998 21:51:41 +0000 (21:51 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 Jul 1998 21:51:41 +0000 (21:51 +0000)
Doc/lib/liburllib.tex

index 60e87b54d44b8cbd90cc35b48ca7810dfda9c880..c53508b8d618762668e2fa75cd3ce04b91050c1c 100644 (file)
@@ -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}