mirror of https://github.com/python/cpython.git
remove extra space
This commit is contained in:
parent
0229e8495f
commit
53e812a0ce
|
@ -236,7 +236,7 @@ Utility functions
|
|||
|
||||
.. function:: urlencode(query[, doseq])
|
||||
|
||||
Convert a mapping object or a sequence of two-element tuples to a
|
||||
Convert a mapping object or a sequence of two-element tuples to a
|
||||
"url-encoded" string, suitable to pass to :func:`urlopen` above as the
|
||||
optional *data* argument. This is useful to pass a dictionary of form
|
||||
fields to a ``POST`` request. The resulting string is a series of
|
||||
|
|
Loading…
Reference in New Issue