This commit is contained in:
Berker Peksag 2014-09-28 00:00:58 +03:00
parent 9ce69672f3
commit 9c1dba2758
18 changed files with 6 additions and 38 deletions

View file

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