summaryrefslogtreecommitdiff
path: root/Doc/library/urllib.parse.rst
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-09-28 14:40:44 +0100
committerMichael Foord <michael@voidspace.org.uk>2012-09-28 14:40:44 +0100
commit207d22993320c74732e996e5d4843874d2640bcd (patch)
tree2882a79ef99114b935ba043551984900b6645654 /Doc/library/urllib.parse.rst
parent74cca70ce28859906cfbd4e95520c6add6461d9e (diff)
downloadcpython-git-207d22993320c74732e996e5d4843874d2640bcd.tar.gz
urllib.parse.urlencode doc updarte.
Closes issue 15593
Diffstat (limited to 'Doc/library/urllib.parse.rst')
-rw-r--r--Doc/library/urllib.parse.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
index bc1da62b3f..b6f241c287 100644
--- a/Doc/library/urllib.parse.rst
+++ b/Doc/library/urllib.parse.rst
@@ -141,8 +141,9 @@ or on combining URL components into a URL string.
percent-encoded sequences into Unicode characters, as accepted by the
:meth:`bytes.decode` method.
- Use the :func:`urllib.parse.urlencode` function to convert such
- dictionaries into query strings.
+ Use the :func:`urllib.parse.urlencode` function (with the ``doseq``
+ parameter set to ``True``) to convert such dictionaries into query
+ strings.
.. versionchanged:: 3.2