mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
remove extra space
This commit is contained in:
parent
0229e8495f
commit
53e812a0ce
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ Utility functions
|
||||||
|
|
||||||
.. function:: urlencode(query[, doseq])
|
.. 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
|
"url-encoded" string, suitable to pass to :func:`urlopen` above as the
|
||||||
optional *data* argument. This is useful to pass a dictionary of form
|
optional *data* argument. This is useful to pass a dictionary of form
|
||||||
fields to a ``POST`` request. The resulting string is a series of
|
fields to a ``POST`` request. The resulting string is a series of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue