Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af2f63 commit be26010Copy full SHA for be26010
1 file changed
Doc/lib/liburllib.tex
@@ -94,8 +94,8 @@ \section{Standard Module \module{urllib}}
94
Convert a dictionary to a ``url-encoded'' string, suitable to pass to
95
\function{urlopen()} above as the optional \var{data} argument. This
96
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
+request. The resulting string is a series of \var{key}\code{=}\var{value}
+pairs separated by \code{\&} characters, where both \var{key} and
99
\var{value} are quoted using \function{quote_plus()} above.
100
\end{funcdesc}
101
0 commit comments