summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-06 00:50:58 +0000
committerBenjamin Peterson <benjamin@python.org>2010-06-06 00:50:58 +0000
commit53e812a0ce1dd4b9034e0e028274c2a5df0ef8cc (patch)
treecef0eca19de9271d07dde8cd65b4b04d7098344f
parent0229e8495fb70a80ff3199de9fd62be269fc8302 (diff)
downloadcpython-git-53e812a0ce1dd4b9034e0e028274c2a5df0ef8cc.tar.gz
remove extra space
-rw-r--r--Doc/library/urllib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst
index 9666819e4e..7acc4ea409 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