From: Georg Brandl Date: Fri, 18 Jul 2008 21:09:40 +0000 (+0000) Subject: Fix urllib function reference. X-Git-Tag: v3.0b3~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32480b0755a4724e62d639f7572fdb87d0f9abfe;p=python Fix urllib function reference. --- diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index 428670317a..fd1e92ff11 100644 --- a/Doc/library/cgi.rst +++ b/Doc/library/cgi.rst @@ -277,7 +277,7 @@ algorithms implemented in this module in other circumstances. parsing errors. If false (the default), errors are silently ignored. If true, errors raise a :exc:`ValueError` exception. - Use the :func:`urllib.urlencode` function to convert such dictionaries into + Use the :func:`urllib.parse.urlencode` function to convert such dictionaries into query strings. @@ -297,7 +297,7 @@ algorithms implemented in this module in other circumstances. parsing errors. If false (the default), errors are silently ignored. If true, errors raise a :exc:`ValueError` exception. - Use the :func:`urllib.urlencode` function to convert such lists of pairs into + Use the :func:`urllib.parse.urlencode` function to convert such lists of pairs into query strings.