diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-06-06 00:50:58 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-06-06 00:50:58 (GMT) |
commit | 53e812a0ce1dd4b9034e0e028274c2a5df0ef8cc (patch) | |
tree | cef0eca19de9271d07dde8cd65b4b04d7098344f /Doc | |
parent | 0229e8495fb70a80ff3199de9fd62be269fc8302 (diff) | |
download | cpython-53e812a0ce1dd4b9034e0e028274c2a5df0ef8cc.zip cpython-53e812a0ce1dd4b9034e0e028274c2a5df0ef8cc.tar.gz cpython-53e812a0ce1dd4b9034e0e028274c2a5df0ef8cc.tar.bz2 |
remove extra space
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/urllib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index 9666819..7acc4ea 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 |