]> granicus.if.org Git - python/commitdiff
Fix urllib function reference.
authorGeorg Brandl <georg@python.org>
Fri, 18 Jul 2008 21:09:40 +0000 (21:09 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 18 Jul 2008 21:09:40 +0000 (21:09 +0000)
Doc/library/cgi.rst

index 428670317a0b375e93ec109d4ae1ba71232e9596..fd1e92ff1104419e17688d999ab6dfa4f4960aeb 100644 (file)
@@ -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.