mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Revert #22251
This commit is contained in:
parent
9ce69672f3
commit
9c1dba2758
18 changed files with 6 additions and 38 deletions
|
@ -697,9 +697,7 @@ quoted using :func:`urllib.parse.urlencode`. For example, to send
|
|||
>>> urllib.parse.urlencode({'name': 'Guy Steele, Jr.'})
|
||||
'name=Guy+Steele%2C+Jr.'
|
||||
|
||||
.. seealso::
|
||||
|
||||
:ref:`urllib-howto` for extensive examples.
|
||||
.. seealso:: :ref:`urllib-howto` for extensive examples.
|
||||
|
||||
|
||||
What module should I use to help with generating HTML?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue