Issue #22251: Fix ReST markup to avoid errors building docs.

This commit is contained in:
Berker Peksag 2014-09-27 23:21:35 +03:00
parent c5deed3a14
commit 3749404ba5
18 changed files with 38 additions and 6 deletions

View file

@ -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?