From 32480b0755a4724e62d639f7572fdb87d0f9abfe Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 18 Jul 2008 21:09:40 +0000 Subject: [PATCH] Fix urllib function reference. --- Doc/library/cgi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.40.0