summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-09-27 21:01:55 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-09-27 21:01:55 (GMT)
commit131caba074ae6d72dd795ca9a61f17c45c1a3349 (patch)
treea96ec5126c5cf43e47a59731511ae5fbcc541b9f /Doc/faq
parent3a54c3e3aa7148522ca1af7244b79f9bad57c59b (diff)
parent9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8 (diff)
downloadcpython-131caba074ae6d72dd795ca9a61f17c45c1a3349.zip
cpython-131caba074ae6d72dd795ca9a61f17c45c1a3349.tar.gz
cpython-131caba074ae6d72dd795ca9a61f17c45c1a3349.tar.bz2
Revert #22251
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/library.rst4
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?