remove extra space

This commit is contained in:
Benjamin Peterson 2010-06-06 00:50:58 +00:00
parent 0229e8495f
commit 53e812a0ce
1 changed files with 1 additions and 1 deletions

View File

@ -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