]> granicus.if.org Git - python/commitdiff
remove extra space
authorBenjamin Peterson <benjamin@python.org>
Sun, 6 Jun 2010 00:50:58 +0000 (00:50 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 6 Jun 2010 00:50:58 +0000 (00:50 +0000)
Doc/library/urllib.rst

index 9666819e4eb93b6d54617a0403419fc7b3127484..7acc4ea409616fe067dbf0b7456992dd7a650597 100644 (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