diff options
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 |