mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #22251: Fix ReST markup to avoid errors building docs.
This commit is contained in:
parent
c5deed3a14
commit
3749404ba5
18 changed files with 38 additions and 6 deletions
|
@ -697,7 +697,9 @@ 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