diff -r 6ccb04c4cbae Doc/library/urllib.parse.rst --- a/Doc/library/urllib.parse.rst Fri Sep 28 01:15:39 2012 -0700 +++ b/Doc/library/urllib.parse.rst Fri Sep 28 14:06:52 2012 +0100 @@ -141,8 +141,9 @@ 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