remove extra space
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 @@
.. 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