Kaydet (Commit) 32480b07 authored tarafından Georg Brandl's avatar Georg Brandl

Fix urllib function reference.

üst 73fd46d2
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment