From: Benjamin Peterson Date: Sun, 6 Jun 2010 00:50:58 +0000 (+0000) Subject: remove extra space X-Git-Tag: v2.7rc1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53e812a0ce1dd4b9034e0e028274c2a5df0ef8cc;p=thirdparty%2FPython%2Fcpython.git remove extra space --- diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index 9666819e4eb9..7acc4ea40961 100644 --- a/Doc/library/urllib.rst +++ b/Doc/library/urllib.rst @@ -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