mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#4355: refer to urlencode in the correct module.
This commit is contained in:
parent
4f3359f45b
commit
7fe2c4af0e
2 changed files with 6 additions and 6 deletions
|
@ -106,8 +106,8 @@ The :mod:`urllib.parse` module defines the following functions:
|
|||
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
|
||||
query strings.
|
||||
Use the :func:`urllib.parse.urlencode` function to convert such
|
||||
dictionaries into query strings.
|
||||
|
||||
|
||||
.. function:: parse_qsl(qs[, keep_blank_values[, strict_parsing]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue