From 53e812a0ce1dd4b9034e0e028274c2a5df0ef8cc Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 6 Jun 2010 00:50:58 +0000 Subject: [PATCH] remove extra space --- Doc/library/urllib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1