Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 207d229

Browse files
committed
urllib.parse.urlencode doc updarte.
Closes issue 15593
1 parent 74cca70 commit 207d229

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/library/urllib.parse.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ or on combining URL components into a URL string.
141141
percent-encoded sequences into Unicode characters, as accepted by the
142142
:meth:`bytes.decode` method.
143143

144-
Use the :func:`urllib.parse.urlencode` function to convert such
145-
dictionaries into query strings.
144+
Use the :func:`urllib.parse.urlencode` function (with the ``doseq``
145+
parameter set to ``True``) to convert such dictionaries into query
146+
strings.
146147

147148

148149
.. versionchanged:: 3.2

0 commit comments

Comments
 (0)