diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 21:00:58 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 21:00:58 (GMT) |
commit | 9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8 (patch) | |
tree | accb8efa32cfdc7efac1196a33e445f84fb59b35 /Doc/faq | |
parent | 9ce69672f3a1fbd9f337737bf35ace1a1a592598 (diff) | |
download | cpython-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.zip cpython-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.tar.gz cpython-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.tar.bz2 |
Revert #22251
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/library.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index a89eaa2..5f4ff17 100644 --- a/Doc/faq/library.rst +++ b/Doc/faq/library.rst @@ -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? |