summaryrefslogtreecommitdiffstats
path: root/Doc/library/cgi.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-07-18 21:09:40 (GMT)
committerGeorg Brandl <georg@python.org>2008-07-18 21:09:40 (GMT)
commit32480b0755a4724e62d639f7572fdb87d0f9abfe (patch)
treeec08c39a1e1f84e758fd7493ae582d042aaa6ea8 /Doc/library/cgi.rst
parent73fd46d24e45c34f0fb87261e5471584a7c273df (diff)
downloadcpython-32480b0755a4724e62d639f7572fdb87d0f9abfe.zip
cpython-32480b0755a4724e62d639f7572fdb87d0f9abfe.tar.gz
cpython-32480b0755a4724e62d639f7572fdb87d0f9abfe.tar.bz2
Fix urllib function reference.
Diffstat (limited to 'Doc/library/cgi.rst')
-rw-r--r--Doc/library/cgi.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst
index 4286703..fd1e92f 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.